Merge pull request #11 from rlidwka/konsole

display issues in konsole terminal
This commit is contained in:
Alexandre Strzelewicz 2013-06-18 19:55:09 -07:00
commit 433931ed43

View File

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