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) {