Set correct state

This commit is contained in:
momo5502
2025-06-30 20:07:00 +02:00
parent abaac7988c
commit 2946a283ee

View File

@@ -110,6 +110,7 @@ export class Emulator {
stop() {
this.worker.terminate();
this._setState(EmulationState.Stopped);
this.terminateResolve(null);
}