Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/@npmcli/arborist/lib/yarn-lock.js')
-rw-r--r--node_modules/@npmcli/arborist/lib/yarn-lock.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/node_modules/@npmcli/arborist/lib/yarn-lock.js b/node_modules/@npmcli/arborist/lib/yarn-lock.js
index 7c84083be..f9099ecb2 100644
--- a/node_modules/@npmcli/arborist/lib/yarn-lock.js
+++ b/node_modules/@npmcli/arborist/lib/yarn-lock.js
@@ -172,7 +172,8 @@ class YarnLock {
this.current.resolved = consistentResolve(
node.resolved,
node.isLink ? dirname(node.path) : node.path,
- node.root.path
+ node.root.path,
+ true
)
if (node.integrity)
this.current.integrity = node.integrity