| 39 | let initialPluginLoadComplete = false; |
| 40 | |
| 41 | class PluginLoadTimeoutError extends Error { |
| 42 | constructor() { |
| 43 | super("Plugin load timeout"); |
| 44 | this.name = "PluginLoadTimeoutError"; |
nothing calls this directly
no outgoing calls
no test coverage detected