Skip to content

Commit

Permalink
Merge pull request facebook#307 from pgaspar/patch-1
Browse files Browse the repository at this point in the history
Adds missing space character to CLI error message
  • Loading branch information
amasad committed Mar 27, 2015
2 parents 9c2dbbf + 9095409 commit 3b7bd74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-native-cli/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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]
);
Expand Down

0 comments on commit 3b7bd74

Please sign in to comment.