mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 00:43:49 +01:00
✨
This commit is contained in:
parent
562331fd4a
commit
a3dd06c702
@ -167,7 +167,7 @@ async function init(): Promise<InitResult> {
|
||||
return warn ? InitResult.Warn : InitResult.Success;
|
||||
}
|
||||
|
||||
function spawnWorkers(callback: any): void {
|
||||
function spawnWorkers(onComplete: any): void {
|
||||
// Count the machine's CPUs
|
||||
const cpuCount = os.cpus().length;
|
||||
|
||||
@ -185,7 +185,7 @@ function spawnWorkers(callback: any): void {
|
||||
|
||||
// On all workers started
|
||||
progress.on('complete', () => {
|
||||
callback();
|
||||
onComplete();
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user