From 431383ab546dd8a66bfd47dde8252000b6967b40 Mon Sep 17 00:00:00 2001 From: Aya Morisawa Date: Fri, 17 Aug 2018 05:33:20 +0900 Subject: [PATCH] Clean up --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 880bb5a45..086e66567 100644 --- a/src/index.ts +++ b/src/index.ts @@ -112,7 +112,7 @@ async function workerMain() { async function init(): Promise { Logger.info('Welcome to Misskey!'); - (new Logger('Deps')).info(`Node.js ${process.version}`); + new Logger('Deps').info(`Node.js ${process.version}`); MachineInfo.show(); EnvironmentInfo.show(); new DependencyInfo().showAll();