Break when the terminal reference is removed

This commit is contained in:
Daniel Imms
2018-04-18 08:10:05 -07:00
parent 984e027c87
commit 58c50f08db
+1
View File
@@ -88,6 +88,7 @@ export function removeTerminalFromCache(terminal: ITerminal): void {
// Remove the reference from the cache entry
charAtlasCache[i].ownedBy.splice(index, 1);
}
break;
}
}
}