Skip to content

Commit 9e6c7e4

Browse files
committed
fix (debug) coderunner should not drop debug session key on quit
1 parent a58e365 commit 9e6c7e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/server-code/runners/debug.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ class DebugCodeRunner {
9494

9595
if (this.debugSessionId) {
9696
stopTasks.push(this.apiServer.unregisterRunner());
97-
stopTasks.push(this.messageBroker.del(this.debugSessionId));
9897
}
9998

10099
this.taskAcquirer.quit();

0 commit comments

Comments
 (0)