Fix production builds

This commit is contained in:
Yeicor
2025-08-02 13:12:03 +02:00
parent 7d22ca465e
commit 1d6230ef1e
3 changed files with 6 additions and 7 deletions

View File

@@ -113,6 +113,7 @@ async function runCode() {
} catch (e) {
output(`Error running code: ${e}\n`);
} finally {
output("Code execution finished.\n");
running.value = false; // Indicate that Pyodide is ready
}
}