Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Aug 11, 2022. It is now read-only.

Commit 2f0c883

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/install/inflate-shrinkwrap.js

Copy file name to clipboardExpand all lines: lib/install/inflate-shrinkwrap.js
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.