You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/preamble.js
+2-2
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,6 @@ function accept(data) {
47
47
48
48
// And now some things just to patch over Emscripten's lack of a none environment. These could probably be removed if https://github.com/emscripten-core/emscripten/issues/12184 ever gets implemented
49
49
// Add an importScripts function to prevent an assertion error
50
-
functionimportScripts(){}
50
+
//function importScripts() {}
51
51
// Fake locateFile so that Lectrote doesn't get tripped up on import.meta.url not being handled in CJS properly
0 commit comments