We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff068ca commit bcef91bCopy full SHA for bcef91b
1 file changed
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 (window) {
+ if (typeof variable !== 'undefined') {
72
window.postMessage({
73
type: 'epsilon_micropython_executionEnvironment_runCode_finished',
74
value: Module.___temp_storage_dump,
0 commit comments