mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Hotfix multiple folder workspace checkpoint (#6903)
This commit is contained in:
parent
6540f2be5c
commit
57389bff36
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ export async function getCheckpointService(
|
|||
console.log("[Task#getCheckpointService] initializing checkpoints service")
|
||||
|
||||
try {
|
||||
const workspaceDir = getWorkspacePath()
|
||||
const workspaceDir = cline.cwd || getWorkspacePath()
|
||||
|
||||
if (!workspaceDir) {
|
||||
log("[Task#getCheckpointService] workspace folder not found, disabling checkpoints")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue