diff --git a/src/lib/helpers/terminal.ts b/src/lib/helpers/terminal.ts index 6b7afed..6689d0c 100644 --- a/src/lib/helpers/terminal.ts +++ b/src/lib/helpers/terminal.ts @@ -94,7 +94,6 @@ export default class DopplerTerminal { if (code === 0) { if (stderr.length > 0) { this.outputChannel.append(stderr); - this.outputChannel.show(); } resolve(stdout);