Skip to content

Commit 645ace7

Browse files
committed
removed typo
1 parent edaca4d commit 645ace7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/command_runner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export class CommandRunner {
5353
};
5454

5555
}
56-
currentTerminal = Terminal.getTerminal(options).;
56+
currentTerminal = Terminal.getTerminal(options);
5757
currentTerminal.sendText(builtCommand);
5858
this.outputChannel.appendLine('Executing command: ' + builtCommand + ' with options ' + JSON.stringify(options));
5959
};

0 commit comments

Comments
 (0)