Skip to content

Commit

Permalink
removed legcy spawning command form onAbort
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattk70 committed Feb 2, 2024
1 parent 3e9f187 commit 28462f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,6 @@ const prepSummaryStatement = () => {
console.log("abort received")
if (filesBeingProcessed.length) {
//restart the worker
UI.postMessage({ event: 'spawning' });
terminateWorkers();
spawnWorkers(model, list, BATCH_SIZE, NUM_WORKERS)
}
Expand Down

0 comments on commit 28462f5

Please sign in to comment.