We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cb3253 commit 0f91ec0Copy full SHA for 0f91ec0
1 file changed
emscripten/runner.js
@@ -84,7 +84,7 @@ async function main() {
84
let errcode = 1;
85
86
try {
87
- pyodide = await loadPyodide();
+ const pyodide = await loadPyodide();
88
const FS = pyodide.FS;
89
setupStreams(FS, pyodide._module.TTY);
90
const NODEFS = FS.filesystems.NODEFS;
0 commit comments