Skip to content

Commit 3b7bd74

Browse files
committed
Merge pull request #307 from pgaspar/patch-1
Adds missing space character to CLI error message
2 parents 9c2dbbf + 9095409 commit 3b7bd74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native-cli/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ if (cli) {
4444
}
4545
} else {
4646
console.error(
47-
'Command `%s` unrecognized.' +
47+
'Command `%s` unrecognized. ' +
4848
'Did you mean to run this inside a react-native project?',
4949
args[0]
5050
);

0 commit comments

Comments
 (0)