mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Merge pull request #307 from pgaspar/patch-1
Adds missing space character to CLI error message
This commit is contained in:
Vendored
+1
-1
@@ -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