Skip to content

Commit

Permalink
Fixed a typo (hagopj13#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
abd1rahmane authored Mar 28, 2022
1 parent dc5708e commit d3d3e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/createNodejsApp.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ try {
if (err.code === 'EEXIST') {
console.log('Directory already exists. Please choose another name for the project.');
} else {
console.log(error);
console.log(err);
}
process.exit(1);
}
Expand Down

0 comments on commit d3d3e0f

Please sign in to comment.