Skip to content

Commit

Permalink
minus comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lerouxb committed Nov 28, 2024
1 parent a339feb commit 6e7d247
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/browser-repl/src/components/shell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,6 @@ export class _Shell extends Component<ShellProps, ShellState> {
});
this.props.onOutputChanged(output);

// TODO: what if we switch away from the shell while this is ongoing?
const outputLine = await this.evaluate(code);

output = this.addEntriesToOutput([outputLine]);
Expand Down

0 comments on commit 6e7d247

Please sign in to comment.