mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-12 14:00:01 -04:00
fix addEventListener
This commit is contained in:
parent
6a5ecc4efc
commit
fd4bb03340
3 changed files with 29 additions and 5 deletions
|
@ -17,7 +17,7 @@ initSync(
|
|||
|
||||
init();
|
||||
|
||||
Error.stackTraceLimit = 50
|
||||
Error.stackTraceLimit = 50;
|
||||
|
||||
global.rws = rewriteJs;
|
||||
export function rewriteJs(js: string | ArrayBuffer, origin?: URL) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue