Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,7 @@ export async function buildGraph(rootDir, opts = {}) {
built_at: new Date().toISOString(),
});
} catch (err) {
debug(`Failed to write build metadata: ${err.message}`);
warn(`Failed to write build metadata: ${err.message}`);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CRITICAL: PR branch is 40+ commits behind main. This branch is based on commit f65b364 (parent of this commit), but main is now at b13fa31. Merging this PR would revert important features including:

The PR description mentions removing "reverse-dependency cascade logic" and closeDb changes, but these aren't in this PR's commits — they're just absent because this branch predates them.

Fix: Rebase this branch onto latest main before merging, or close this PR and create a new one from an up-to-date branch.

}

closeDb(db);
Expand Down