()
| 393 | } |
| 394 | |
| 395 | function runRealTerminal(): void { |
| 396 | addons.attach.instance = new AttachAddon(socket); |
| 397 | term.loadAddon(addons.attach.instance); |
| 398 | term._initialized = true; |
| 399 | initAddons(term); |
| 400 | } |
| 401 | |
| 402 | function runFakeTerminal(): void { |
| 403 | if (term._initialized) { |
nothing calls this directly
no test coverage detected