Skip to content

Commit 2f0c883

Browse files
committed
inflate-shrinkwrap: Stop shortcircuiting tree walks with fake children
1 parent 442d248 commit 2f0c883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/install/inflate-shrinkwrap.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ function makeFakeChild (name, topPath, tree, sw, requested) {
167167
}
168168
const child = createChild({
169169
package: pkg,
170-
loaded: true,
170+
loaded: false,
171171
parent: tree,
172172
children: [],
173173
fromShrinkwrap: requested,

0 commit comments

Comments
 (0)