refactor: refs #4452 Test

This commit is contained in:
Guillermo Bonet 2024-12-17 10:34:10 +01:00
parent 6f3c9a9a0e
commit 80c787b5b4
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}