Skip to content

Commit

Permalink
e
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-soporan committed Jun 10, 2023
1 parent e481322 commit b55f4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/yarnpkg-core/sources/LockfileResolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export class LockfileResolver implements Resolver {
return true;

if (structUtils.stringifyIdent(locator) === `micromatch`)
console.log(`LockfileResolver doesn't support`, structUtils.prettyLocator(opts.project.configuration, locator), {locator, a: opts.project.originalPackages.size, b: opts.project.originalPackages.get(locator.locatorHash)});
console.log(`LockfileResolver doesn't support`, structUtils.prettyLocator(opts.project.configuration, locator), {locator, a: opts.project.originalPackages.size, b: opts.project.originalPackages.get(locator.locatorHash), c: opts.project.originalPackages.has(locator.locatorHash), d: !opts.project.lockfileNeedsRefresh});

return false;
}
Expand Down

0 comments on commit b55f4f9

Please sign in to comment.