📝 killShellTasks.ts

This commit is contained in:
nirholas
2026-03-31 10:23:57 +00:00
parent 0cd9cf6fb8
commit e9ef59bc19

View File

@@ -74,3 +74,4 @@ export function killShellTasksForAgent(
// harmlessly (no consumer matches a dead agentId).
dequeueAllMatching(cmd => cmd.agentId === agentId)
}