Skip to content

Commit a2bd191

Browse files
committedMay 6, 2022
fixup rebase
1 parent 1519c43 commit a2bd191

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎ui/ceval/src/protocol.ts

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ export class Protocol {
4141
disconnected(): void {
4242
if (this.work && this.currentEval) this.work.emit(this.currentEval);
4343
this.work = undefined;
44+
this.send = undefined;
4445
}
4546

4647
received(command: string): void {

0 commit comments

Comments
 (0)
Please sign in to comment.