We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80a69c8 + d538688 commit 433931eCopy full SHA for 433931e
bin/pm2
@@ -11,7 +11,7 @@ var cst = require('../constants.js');
11
var util = require('util');
12
var watch = require('watch');
13
14
-const PREFIX_MSG = '\x1B[32m⌬ PM2\x1B[39m ';
+const PREFIX_MSG = '\x1B[32m⌬ PM2 \x1B[39m';
15
const SUCCESS_EXIT = 0;
16
const ERROR_EXIT = 1;
17
const SAMPLE_FILE_PATH = '../lib/sample.json';
0 commit comments