Skip to content

Commit

Permalink
Update terminal.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Nov 12, 2024
1 parent b3d9268 commit 760af24
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ export class TerminalWidget extends Widget {

if (executionState.onData) {
executionState.onData(chunk.toString());
} else {
executionState.data += chunk.toString();
}
});
}
Expand Down

0 comments on commit 760af24

Please sign in to comment.