Revert "fix(bash): wake foreground task after auto-backgrounding"
This reverts commit 1a85db7ca8.
This commit is contained in:
parent
54bc918970
commit
95a4430fa2
|
|
@ -1094,11 +1094,6 @@ async function* runShellCommand({
|
|||
return;
|
||||
}
|
||||
backgroundShellId = foregroundTaskId;
|
||||
const resolve = resolveProgress;
|
||||
if (resolve) {
|
||||
resolveProgress = null;
|
||||
resolve();
|
||||
}
|
||||
logEvent(eventName, {
|
||||
command_type: getCommandTypeForLogging(command),
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user