Skip to content

Commit 65e534b

Browse files
Fix after recent changes.
1 parent 0ca1f0b commit 65e534b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/board/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,8 @@ export class Board {
330330
if (e instanceof PanicError) {
331331
panicCode = e.code;
332332
} else if (e instanceof ResetError) {
333-
this.resetWhenDone = true;
333+
const noChangeRestart = () => {};
334+
this.afterStopped = noChangeRestart;
334335
} else {
335336
this.notifications.onInternalError(e);
336337
}

0 commit comments

Comments
 (0)