Skip to content

Commit 6a1a76c

Browse files
aman19KCopilot
andauthored
Update src/core/index.ts
Co-authored-by: Copilot <[email protected]>
1 parent e12d982 commit 6a1a76c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ function readHiddenFile(filePath: string) {
153153
return JSON.parse(data);
154154
} catch (err) {
155155
console.error("Error reading file:", err);
156-
throw new Error(`Failed to read checkpoint file: ${err?.message}`);
156+
return undefined;
157157
}
158158
}
159159

0 commit comments

Comments
 (0)