8000 Fixing line breaks · arduino/micropython.js@dd922a8 · GitHub
[go: up one dir, main page]

Skip to content

Commit dd922a8

Browse files
committed
Fixing line breaks
1 parent d2649a8 commit dd922a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

micropython.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ class MicroPythonBoard {
257257
)
258258
await this.exit_raw_repl()
259259
output = extract(output)
260-
return Promise.resolve(output)
260+
return Promise.resolve(fixLineBreak(output))
261261
}
262262
return Promise.reject(new Error(`Path to file was not specified`))
263263
}

0 commit comments

Comments
 (0)
0