diff --git a/src/index.ts b/src/index.ts index 880bb5a452..086e665679 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();