Files
pnpm/cli
Zoltan Kochan c096e48090 fix: show absolute path instead of ??? when globally linking from cwd (#10899)
When running `pnpm add -g .`, the linked-from path equals the cwd,
so path.relative() returns an empty string which is falsy, causing
the fallback to '???'. Use the absolute path as fallback instead.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-07 15:49:20 +01:00
..
2026-02-18 14:54:09 +01:00