This commit is contained in:
Snarling 2022-08-07 21:56:48 -04:00
parent 1af97ec5aa
commit 09322bd54a

@ -79,7 +79,6 @@ function stopAndCleanUpWorkerScript(workerScript: WorkerScript): void {
*/
function removeWorkerScript(workerScript: WorkerScript): void {
const ip = workerScript.hostname;
const name = workerScript.name;
// Get the server on which the script runs
const server = GetServer(ip);