Revert "fix(bash): wake foreground task after auto-backgrounding"

This reverts commit 1a85db7ca8.
This commit is contained in:
IronRookieCoder 2026-05-14 13:33:00 +08:00
parent 54bc918970
commit 95a4430fa2

View File

@ -1094,11 +1094,6 @@ async function* runShellCommand({
return;
}
backgroundShellId = foregroundTaskId;
const resolve = resolveProgress;
if (resolve) {
resolveProgress = null;
resolve();
}
logEvent(eventName, {
command_type: getCommandTypeForLogging(command),
});