(dirPath: string)
| 185 | } |
| 186 | |
| 187 | export async function repairWorkspacePath(dirPath: string): Promise<WorkspaceRepairResult> { |
| 188 | const result = await stores.workspace.repairWorkspacePath(dirPath) |
| 189 | await stores.workspace.init() |
| 190 | return result |
| 191 | } |
| 192 | |
| 193 | // ==================== 工作区管理 ==================== |
| 194 |
no test coverage detected