We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00a99e0 commit c8a5025Copy full SHA for c8a5025
1 file changed
lifecycleScripts/install.js
@@ -26,7 +26,7 @@ forNodeWebkit(local(".."))
26
return checkAndBuild(nodeWebkitVersion);
27
}
28
if (fs.existsSync(local("../.didntcomefromthenpmregistry"))) {
29
- checkAndBuild();
+ return checkAndBuild();
30
31
if (process.env.BUILD_DEBUG) {
32
console.info("[nodegit] Doing a debug build, no fetching allowed.");
0 commit comments