mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 07:35:57 +09:00
Remove unnecessary log
This commit is contained in:
parent
cd9d67389a
commit
122ef23e0f
@ -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 New Issue
Block a user