Skip to content

Commit b713575

Browse files
committed
Runs with latest repl lib + fixed loading image
1 parent af981ce commit b713575

File tree

4 files changed

+444
-118
lines changed

4 files changed

+444
-118
lines changed

js/workflows/workflow.js

-2
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,6 @@ class Workflow {
116116

117117
async onSerialReceive(e) {
118118
this.writeToTerminal(e.data);
119-
// TODO: the current REPL implementation mutates the data field for partial token parsing,
120-
// so invoke it after (!) writing to the terminal.
121119
await this.repl.onSerialReceive(e);
122120
}
123121

0 commit comments

Comments
 (0)