refactor: refs #4452 Test
This commit is contained in:
parent
6f3c9a9a0e
commit
80c787b5b4
|
@ -43,7 +43,7 @@ class WorkerPool {
|
|||
end() {
|
||||
try {
|
||||
for (const worker of this.workers) worker.terminate();
|
||||
log(null, '\nBye ( ◕ ‿ ◕ )っ ')
|
||||
log(null, '\nBye ( ◕ ‿ ◕ )っ')
|
||||
} catch (err) {
|
||||
log('error', err)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue