From: Brendan Hansen Date: Tue, 14 Sep 2021 20:01:36 +0000 (-0500) Subject: preventing continuing past assertions X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=17a6c89c093c74f6551e3a8debdc7a9c1a16840e;p=onyx-live.git preventing continuing past assertions --- diff --git a/static/src/worker.js b/static/src/worker.js index 46c2a9d..b2a1df8 100644 --- a/static/src/worker.js +++ b/static/src/worker.js @@ -42,6 +42,7 @@ let import_obj = { exit(code) { self.postMessage({ type: 'terminated' }); self.close(); + while (1) {} }, },