Merge remote-tracking branch 'origin/main' into skill/apple-container
This commit is contained in:
@@ -191,6 +191,7 @@ async function runTask(
|
||||
}
|
||||
if (streamedOutput.status === 'success') {
|
||||
deps.queue.notifyIdle(task.chat_jid);
|
||||
scheduleClose(); // Close promptly even when result is null (e.g. IPC-only tasks)
|
||||
}
|
||||
if (streamedOutput.status === 'error') {
|
||||
error = streamedOutput.error || 'Unknown error';
|
||||
|
||||
Reference in New Issue
Block a user