Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonykim1 committed Sep 11, 2024
1 parent 3d31d1a commit 46d28d2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/client/common/terminal/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,6 @@ export class TerminalService implements ITerminalService, Disposable {
if (listener) {
this.executeCommandListeners.add(listener);
}
// setTimeout(() => {
// resolve(undefined);
// }, 10000); // This would be a work around for testing scenario & safeguard for when onDidEndTerminalShellExecution never gets fired
// -- would it be a good design outside of testing case?
});
} else {
terminal.sendText(commandLine);
Expand Down

0 comments on commit 46d28d2

Please sign in to comment.