We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51d9ab9 commit 68611deCopy full SHA for 68611de
src/integrations/terminal/TerminalProcess.ts
@@ -415,7 +415,7 @@ export class TerminalProcess extends EventEmitter<TerminalProcessEvents> {
415
const exitDetails = await shellExecutionComplete
416
this.isHot = false
417
418
- if (commandOutputStarted && false) {
+ if (commandOutputStarted) {
419
// Emit any remaining output before completing
420
this.emitRemainingBufferIfListening()
421
} else {
0 commit comments