Don't delete fake terminal

This commit is contained in:
Zane Hitchcox
2018-10-01 10:16:59 -04:00
committed by GitHub
parent 990bf5c973
commit 5a1c71c1d5
-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;