Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodmane committed Oct 29, 2024
1 parent 261f783 commit 2d5ba57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/stack_switching/stack_switching.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function getPyEmCountArgs() {
}
}
if ("Suspending" in WebAssembly) {
return Module.calculateWasmFuncNargsFallback;
return calculateWasmFuncNargsFallback;
}
return undefined;
}
Expand Down

0 comments on commit 2d5ba57

Please sign in to comment.