Skip to content

Commit fa3c932

Browse files
No longer useful.
1 parent 8f8c5c2 commit fa3c932

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/board/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -436,9 +436,6 @@ export class Board {
436436
break;
437437
}
438438
case StopKind.Reset: {
439-
if (this.pendingRestart) {
440-
throw new Error("Unexpected state");
441-
}
442439
this.pendingRestart = setTimeout(() => this.start(), 0);
443440
break;
444441
}

0 commit comments

Comments
 (0)