mirror of
https://github.com/status-im/react-native.git
synced 2025-02-25 15:45:32 +00:00
Adds missing space character to CLI error message
Before: > Command `foo` unrecognized.Did you mean to run this inside a react-native project? After: > Command `foo` unrecognized. Did you mean to run this inside a react-native project?
This commit is contained in:
parent
9c2dbbf997
commit
90954096c4
2
react-native-cli/index.js
vendored
2
react-native-cli/index.js
vendored
@ -44,7 +44,7 @@ if (cli) {
|
||||
}
|
||||
} else {
|
||||
console.error(
|
||||
'Command `%s` unrecognized.' +
|
||||
'Command `%s` unrecognized. ' +
|
||||
'Did you mean to run this inside a react-native project?',
|
||||
args[0]
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user