Skip to content

Commit

Permalink
chore: wording on error message
Browse files Browse the repository at this point in the history
  • Loading branch information
wallet77 committed Mar 5, 2018
1 parent dacc654 commit 5f78ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/API/Extra.js
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ module.exports = function(CLI) {
Common.printOut(`Inspect enabled on ${app_name} => go to chrome : chrome://inspect !!!`);
}
} else {
Common.printOut(`Impossible to enabled inspect mode on ${app_name} !!!`);
Common.printOut(`Unable to activate inspect mode on ${app_name} !!!`);
}

that.exitCli(cst.SUCCESS_EXIT);
Expand Down

0 comments on commit 5f78ecb

Please sign in to comment.