8000 Run resolves with output · arduino/micropython.js@7f38fd1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7f38fd1

Browse files
committed
Run resolves with output
1 parent cd3a616 commit 7f38fd1

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
@@ -152,6 +152,7 @@ class MicroPythonBoard {
152152
await this.enter_raw_repl()
153153
const output = await this.exec_raw(code || '#', data_consumer)
154154
await this.exit_raw_repl()
155+
return Promise.resolve(output)
155156
}
156157

157158
async eval(k) {

0 commit comments

Comments
 (0)
0