mirror of
https://github.com/Unitech/pm2.git
synced 2026-02-01 16:57:09 +00:00
Merge pull request #11 from rlidwka/konsole
display issues in konsole terminal
This commit is contained in:
commit
433931ed43
2
bin/pm2
2
bin/pm2
@ -11,7 +11,7 @@ var cst = require('../constants.js');
|
||||
var util = require('util');
|
||||
var watch = require('watch');
|
||||
|
||||
const PREFIX_MSG = '\x1B[32m⌬ PM2\x1B[39m ';
|
||||
const PREFIX_MSG = '\x1B[32m⌬ PM2 \x1B[39m';
|
||||
const SUCCESS_EXIT = 0;
|
||||
const ERROR_EXIT = 1;
|
||||
const SAMPLE_FILE_PATH = '../lib/sample.json';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user