We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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