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 bcef91b commit b9b49e0Copy full SHA for b9b49e0
python/port/port.cpp
@@ -68,7 +68,7 @@ void python_execution_end() {
68
69
// window isn't defined on Node (CI)
70
EM_ASM({
71
- if (typeof variable !== 'undefined') {
+ if (typeof window !== 'undefined') {
72
window.postMessage({
73
type: 'epsilon_micropython_executionEnvironment_runCode_finished',
74
value: Module.___temp_storage_dump,
0 commit comments