Skip to content

Commit 433931e

Browse files
committed
Merge pull request Unitech#11 from rlidwka/konsole
display issues in konsole terminal
2 parents 80a69c8 + d538688 commit 433931e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/pm2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ var cst = require('../constants.js');
1111
var util = require('util');
1212
var watch = require('watch');
1313

14-
const PREFIX_MSG = '\x1B[32m⌬ PM2\x1B[39m ';
14+
const PREFIX_MSG = '\x1B[32m⌬ PM2 \x1B[39m';
1515
const SUCCESS_EXIT = 0;
1616
const ERROR_EXIT = 1;
1717
const SAMPLE_FILE_PATH = '../lib/sample.json';

0 commit comments

Comments
 (0)