()
| 590 | log.error(error); |
| 591 | }, |
| 592 | close() { |
| 593 | log.info("Disconnected!"); |
| 594 | |
| 595 | if (options.overlay) { |
| 596 | overlay.send({ type: "DISMISS" }); |
| 597 | } |
| 598 | |
| 599 | sendMessage("Close"); |
| 600 | }, |
| 601 | }; |
| 602 | |
| 603 | /** |
nothing calls this directly
no test coverage detected
searching dependent graphs…