Skip to content

Commit

Permalink
Fix bug with reportUndefinedSymbols shim (#1919)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettgu10 authored Mar 29, 2024
1 parent 5551497 commit c9c3ecd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pyodide/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@ REPLACEMENTS = [
[
"reportUndefinedSymbols()",
"reportUndefinedSymbolsNoOp()"
],
[
"Module.reportUndefinedSymbolsNoOp()",
"Module.reportUndefinedSymbols()"
]
]

Expand Down

0 comments on commit c9c3ecd

Please sign in to comment.