()
| 706 | this.initializeOnStartup(); |
| 707 | } |
| 708 | |
| 709 | private async initializeOnStartup() { |
| 710 | try { |
| 711 | console.log("[autodelcmd] 插件启动,开始初始化..."); |
| 712 | const initialized = await ensureServiceInitialized(); |
| 713 | if (initialized) { |
| 714 | console.log("[autodelcmd] 插件启动初始化成功"); |
nothing calls this directly
no test coverage detected