Skip to content

Commit

Permalink
Merge pull request #1718 from zwhitchcox/patch-2
Browse files Browse the repository at this point in the history
Don't delete fake terminal
  • Loading branch information
Tyriar committed Oct 1, 2018
2 parents 990bf5c + 5a1c71c commit d4ec50e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion demo/client.ts
Expand Up @@ -149,7 +149,6 @@ function runRealTerminal(): void {
term._initialized = true;
}

// TODO: Maybe fake terminal should be removed? Not sure it's useful anymore
function runFakeTerminal(): void {
if (term._initialized) {
return;
Expand Down

0 comments on commit d4ec50e

Please sign in to comment.