Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
inflate-shrinkwrap: Stop shortcircuiting tree walks with fake children
Browse files Browse the repository at this point in the history
  • Loading branch information
iarna committed May 24, 2018
1 parent 442d248 commit 2f0c883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/install/inflate-shrinkwrap.js
Expand Up @@ -167,7 +167,7 @@ function makeFakeChild (name, topPath, tree, sw, requested) {
}
const child = createChild({
package: pkg,
loaded: true,
loaded: false,
parent: tree,
children: [],
fromShrinkwrap: requested,
Expand Down

0 comments on commit 2f0c883

Please sign in to comment.