Merge pull request #1718 from zwhitchcox/patch-2

Don't delete fake terminal
This commit is contained in:
Daniel Imms
2018-10-01 07:31:45 -07:00
committed by GitHub
-1
View File
@@ -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;