Skip to content

Commit

Permalink
💀 Killing ghost reference to Pid
Browse files Browse the repository at this point in the history
  • Loading branch information
R0DR160HM committed Sep 18, 2024
1 parent e5b0dc4 commit 1abcce5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/process.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const WORKER_SCRIPT = `
case "kill":
func = null;
Θ__otp_pid = null;
self.postMessage({ status: "done" });
break;
Expand Down

0 comments on commit 1abcce5

Please sign in to comment.