Skip to content

Commit 0d773ef

Browse files
Delete status when terminating
1 parent 078db34 commit 0d773ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/snaps-controllers/src/services/AbstractExecutionService.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ export abstract class AbstractExecutionService<WorkerType>
204204
this.terminateJob(job);
205205

206206
this.#jobs.delete(snapId);
207+
this.#status.delete(snapId);
207208
log(`Snap "${snapId}" terminated.`);
208209
}
209210

0 commit comments

Comments
 (0)