Remove unnecessary log
This commit is contained in:
parent
473b9b80a7
commit
9f41750349
1 changed files with 0 additions and 1 deletions
|
|
@ -234,7 +234,6 @@ function spawnWorker(): Promise<void> {
|
||||||
const worker = cluster.fork();
|
const worker = cluster.fork();
|
||||||
worker.on('message', message => {
|
worker.on('message', message => {
|
||||||
if (message !== 'ready') return;
|
if (message !== 'ready') return;
|
||||||
bootLogger.succ('A worker started');
|
|
||||||
res();
|
res();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue