Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0949d1f commit 0e78673Copy full SHA for 0e78673
lifecycleScripts/install.js
@@ -32,9 +32,9 @@ function installPrebuilt() {
32
console.info("[nodegit] Completed installation successfully.");
33
},
34
function(err) {
35
- console.info("[nodegit] Failed to install prebuilt binary, " +
36
- "building manually.");
+ console.info("[nodegit] Failed to install prebuilt binary:");
37
console.error(err);
+ console.info("[nodegit] Building manually. (You'll be here a while.)");
38
return prepareAndBuild();
39
}
40
);
0 commit comments