Merge pull request #307 from pgaspar/patch-1

Adds missing space character to CLI error message
This commit is contained in:
Amjad Masad
2015-03-26 21:25:26 -07:00

View File

@@ -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]
);