Skip to content

Commit 0eec196

Browse files
fix(clawsweeper): address review for automerge-openclaw-openclaw-75702 (validation-1)
1 parent adeed3d commit 0eec196

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/generate-npm-shrinkwrap.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ function disableShrinkwrappedOverrideConflictSources(lockfile, overrideRules) {
242242
if (!packages || typeof packages !== "object") {
243243
return [];
244244
}
245+
/** @type {Set<string>} */
245246
const disabled = new Set();
246247
for (const violation of collectOverrideViolations(lockfile, overrideRules)) {
247248
const ancestors = violation.packagePath.slice(0, -1).toReversed();

0 commit comments

Comments
 (0)