Skip to content
This repository has been archived by the owner on May 10, 2021. It is now read-only.

Commit

Permalink
fix(buildTree): linking in parallel causes hoist-clobbering
Browse files Browse the repository at this point in the history
Fixes: #39
  • Loading branch information
zkat committed Feb 27, 2018
1 parent e1d20d3 commit 5ffbc0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ class Installer {
}
})
})
}, {concurrency: 50, Promise: BB})
}, {concurrency: 1, Promise: BB})
}

updateFromField (dep, pkg) {
Expand Down

0 comments on commit 5ffbc0e

Please sign in to comment.