Skip to content

Commit

Permalink
fixes DopplerHQ#22
Browse files Browse the repository at this point in the history
  • Loading branch information
wconnorwalsh authored Jun 15, 2023
1 parent fdccd19 commit 08c627d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/helpers/terminal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ export default class DopplerTerminal {
if (code === 0) {
if (stderr.length > 0) {
this.outputChannel.append(stderr);
this.outputChannel.show();
}

resolve(stdout);
Expand Down

0 comments on commit 08c627d

Please sign in to comment.