Navigation Menu

Skip to content

Commit

Permalink
fix: deprecated info (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
atian25 committed Mar 28, 2019
1 parent 8fd6361 commit f9734d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/init_command.js
Expand Up @@ -194,7 +194,7 @@ module.exports = class Command {
if (shouldInstall) {
return boilerplateInfo;
} else {
console.log(`Exit due to: ${boilerplateInfo.deprecate}`.deprecate);
console.log(`Exit due to: ${boilerplateInfo.deprecate}`);
return;
}
}
Expand Down

0 comments on commit f9734d4

Please sign in to comment.