Skip to content

Commit

Permalink
Fix bug with reportUndefinedSymbols shim
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettgu10 committed Mar 28, 2024
1 parent 59031d8 commit bbc27f5
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 bbc27f5

Please sign in to comment.