mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
#3007 fix
This commit is contained in:
parent
4861b34fb5
commit
d554c6cd84
1
bin/pm2
1
bin/pm2
@ -729,7 +729,6 @@ commander.command('prettylist')
|
||||
// Dashboard command
|
||||
//
|
||||
commander.command('monit')
|
||||
.alias('m')
|
||||
.description('launch termcaps monitoring')
|
||||
.action(function() {
|
||||
pm2.dashboard();
|
||||
|
||||
@ -11,7 +11,6 @@ var async = require('async');
|
||||
var debug = require('debug')('pm2:cli');
|
||||
var util = require('util');
|
||||
var chalk = require('chalk');
|
||||
var exec = require('child_process').exec;
|
||||
var fclone = require('fclone');
|
||||
|
||||
var conf = require('../constants.js');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user