Skip to content

Commit 57389bf

Browse files
authored
Hotfix multiple folder workspace checkpoint (#6903)
1 parent 6540f2b commit 57389bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/checkpoints/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export async function getCheckpointService(
4242
console.log("[Task#getCheckpointService] initializing checkpoints service")
4343

4444
try {
45-
const workspaceDir = getWorkspacePath()
45+
const workspaceDir = cline.cwd || getWorkspacePath()
4646

4747
if (!workspaceDir) {
4848
log("[Task#getCheckpointService] workspace folder not found, disabling checkpoints")

0 commit comments

Comments
 (0)