mirror of
https://github.com/Unitech/pm2.git
synced 2026-02-01 16:57:09 +00:00
chore: wording on error message
This commit is contained in:
parent
dacc654207
commit
5f78ecbf90
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user