8000 Setting run promise to null on catch · arduino/micropython.js@e6ebed2 · GitHub
[go: up one dir, main page]

Skip to content

Commit e6ebed2

Browse files
committed
Setting run promise to null on catch
1 parent 5d295cb commit e6ebed2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

micropython.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ class MicroPythonBoard {
164164
return resolve(output)
165165
} catch (e) {
166166
reject(e)
167+
this.reject_run = null
167168
}
168169
})
169170
}

0 commit comments

Comments
 (0)
0