MCPcopy Create free account
hub / github.com/TeleBoxOrg/TeleBox_Plugins / handleInitError

Method handleInitError

zpr/zpr.ts:141–145  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

139 this.db = null;
140 await this.createDefaultConfig();
141 }
142
143 static cleanup(): void {
144 // 引用重置:清空静态 db 和初始化标志,便于 reload 后重新初始化。
145 this.db = null;
146 this.initialized = false;
147 this.isWriting = false;
148 }

Callers 1

initMethod · 0.95

Calls 1

createDefaultConfigMethod · 0.95

Tested by

no test coverage detected