Skip to content

Commit

Permalink
Fix space->tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed Oct 6, 2022
1 parent c3aee94 commit c6aca1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1208,7 +1208,7 @@ export class TerminalInstance extends Disposable implements ITerminalInstance {
}

override dispose(reason?: TerminalExitReason): void {
if (this._isDisposed) {
if (this._isDisposed) {
return;
}
this._isDisposed = true;
Expand Down

0 comments on commit c6aca1b

Please sign in to comment.