This commit is contained in:
syuilo
2017-11-06 19:59:14 +09:00
parent 1d107b714f
commit 7940c0901d
5 changed files with 6 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ import * as fs from 'fs';
import * as os from 'os';
import * as cluster from 'cluster';
import * as debug from 'debug';
import * as chalk from 'chalk';
import chalk from 'chalk';
// import portUsed = require('tcp-port-used');
import isRoot = require('is-root');
import { master } from 'accesses';