Skip to content

Commit 68611de

Browse files
committed
Remove debugging
1 parent 51d9ab9 commit 68611de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/integrations/terminal/TerminalProcess.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ export class TerminalProcess extends EventEmitter<TerminalProcessEvents> {
415415
const exitDetails = await shellExecutionComplete
416416
this.isHot = false
417417

418-
if (commandOutputStarted && false) {
418+
if (commandOutputStarted) {
419419
// Emit any remaining output before completing
420420
this.emitRemainingBufferIfListening()
421421
} else {

0 commit comments

Comments
 (0)