chore: wording on error message

This commit is contained in:
vince 2018-03-05 11:14:11 +01:00
parent dacc654207
commit 5f78ecbf90

View File

@ -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);