Skip to content

Commit 9a81f73

Browse files
chore: clarify sqlite cleanup fallback
Document that failed rollback cleanup continues best-effort across SQLite siblings. Generated with [Devin](https://cli.devin.ai/docs) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent 395cc46 commit 9a81f73

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/codex.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2081,6 +2081,7 @@ function removeSqliteShadowHomeMaterialization(destinationPath) {
20812081
try {
20822082
rmSync(path, { force: true });
20832083
} catch {
2084+
// Best-effort cleanup; keep removing the remaining SQLite siblings.
20842085
}
20852086
}
20862087
}

0 commit comments

Comments
 (0)