This commit is contained in:
syuilo
2017-03-18 02:24:14 +09:00
parent 45b2b2b196
commit b73eb710e4
5 changed files with 1 additions and 39 deletions

View File

@@ -13,10 +13,9 @@ import * as cluster from 'cluster';
import * as debug from 'debug';
import Logger from './utils/logger';
import * as chalk from 'chalk';
import portUsed = require('tcp-port-used');
//import portUsed = require('tcp-port-used');
import isRoot = require('is-root');
import ProgressBar from './utils/cli/progressbar';
import LastCommitInfo from './utils/lastCommitInfo';
import EnvironmentInfo from './utils/environmentInfo';
import MachineInfo from './utils/machineInfo';
import DependencyInfo from './utils/dependencyInfo';
@@ -98,7 +97,6 @@ async function init() {
Logger.info(chalk.bold('Misskey <aoi>'));
Logger.info('Initializing...');
await LastCommitInfo.show();
EnvironmentInfo.show();
MachineInfo.show();
new DependencyInfo().showAll();