From 08c627d7aea45682859da4ef0e308451f18e9def Mon Sep 17 00:00:00 2001 From: Connor Walsh Date: Thu, 15 Jun 2023 17:23:14 -0500 Subject: [PATCH] fixes #22 --- src/lib/helpers/terminal.ts | 1 - 1 file changed, 1 deletion(-) 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);