diff --git a/src/index.ts b/src/index.ts index 180c597a0..e17adb92f 100644 --- a/src/index.ts +++ b/src/index.ts @@ -234,7 +234,6 @@ function spawnWorker(): Promise { const worker = cluster.fork(); worker.on('message', message => { if (message !== 'ready') return; - bootLogger.succ('A worker started'); res(); }); });