Skip to content

Commit

Permalink
Don't delete fake terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
zwhitchcox committed Oct 1, 2018
1 parent 990bf5c commit 5a1c71c
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 5a1c71c

Please sign in to comment.