This commit is contained in:
Aya Morisawa
2018-11-06 03:31:16 +09:00
committed by syuilo
parent 34e249317a
commit 6c5a78aeb2
2 changed files with 7 additions and 5 deletions

View File

@@ -114,7 +114,7 @@ async function init(): Promise<Config> {
Logger.info(`<<< Misskey v${pkg.version} >>>`);
new Logger('Deps').info(`Node.js ${process.version}`);
MachineInfo.show();
await MachineInfo.show();
EnvironmentInfo.show();
const configLogger = new Logger('Config');