projects
/
onyx-live.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5605e6
)
preventing continuing past assertions
author
Brendan Hansen
<brendan.f.hansen@gmail.com>
Tue, 14 Sep 2021 20:01:36 +0000
(15:01 -0500)
committer
Brendan Hansen
<brendan.f.hansen@gmail.com>
Tue, 14 Sep 2021 20:01:36 +0000
(15:01 -0500)
static/src/worker.js
patch
|
blob
|
history
diff --git
a/static/src/worker.js
b/static/src/worker.js
index 46c2a9db6d9e8e1a3f6341375dccd6be868c40a0..b2a1df884a3b5a4baf04171ac0a97d027b4dfc50 100644
(file)
--- 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) {}
},
},