mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-06 22:44:22 +08:00
Merge pull request #307 from pgaspar/patch-1
Adds missing space character to CLI error message
This commit is contained in:
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]
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user