Merge branch 'master' into charatlas_npe

This commit is contained in:
Daniel Imms
2018-10-04 10:30:04 -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;