| 348 | |
| 349 | constructor() { |
| 350 | super(); |
| 351 | this.restorePromise = this.restoreJobs().catch((error) => { |
| 352 | if (String(error?.message || error).includes("runtime is not initialized")) return; |
| 353 | console.error("[tmp_admin] 恢复临时管理员任务失败:", error); |
nothing calls this directly
no outgoing calls
no test coverage detected