Skip to content

Commit

Permalink
Fix Exception Handling with exnref
Browse files Browse the repository at this point in the history
Apparently while modifying some other files I accidentally broke this
one.
  • Loading branch information
CryZe committed Sep 18, 2024
1 parent e5efacd commit 50af048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/detectors/exceptions-final/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

export default async () => {
try {
await WebAssembly.Module(
new WebAssembly.Module(
Uint8Array.from(
atob("AGFzbQEAAAABBAFgAAADAgEAChABDgACaR9AAQMAAAsACxoL"),
(m) => m.codePointAt(0),
Expand Down

0 comments on commit 50af048

Please sign in to comment.