From 3968ed707b7c10b3578d99de0c4e042c42417c93 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 5 Sep 2021 16:25:47 +0900 Subject: [PATCH] Update index.ts --- src/boot/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/boot/index.ts b/src/boot/index.ts index 20c53a366..f86aa0c5a 100644 --- a/src/boot/index.ts +++ b/src/boot/index.ts @@ -17,7 +17,8 @@ const ev = new Xev(); /** * Init process */ -export default async function() { +// eslint-disable-next-line import/no-default-export +export default async function(): Promise { process.title = `Misskey (${cluster.isMaster ? 'master' : 'worker'})`; if (cluster.isMaster || program.disableClustering) {