From ba5a540ca33ccc23baaffd246c215a64156ee5b3 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 10 Oct 2018 03:37:51 +0900 Subject: [PATCH] Log misskey version --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index ed23ff7e7..259f5b1b0 100644 --- a/src/index.ts +++ b/src/index.ts @@ -111,6 +111,7 @@ async function workerMain() { */ async function init(): Promise { Logger.info('Welcome to Misskey!'); + Logger.info(`<<< Misskey v${pkg.version} >>>`); new Logger('Deps').info(`Node.js ${process.version}`); MachineInfo.show();