Skip to content

Commit 50af048

Browse files
committed
Fix Exception Handling with exnref
Apparently while modifying some other files I accidentally broke this one.
1 parent e5efacd commit 50af048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/detectors/exceptions-final/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
export default async () => {
2121
try {
22-
await WebAssembly.Module(
22+
new WebAssembly.Module(
2323
Uint8Array.from(
2424
atob("AGFzbQEAAAABBAFgAAADAgEAChABDgACaR9AAQMAAAsACxoL"),
2525
(m) => m.codePointAt(0),

0 commit comments

Comments
 (0)