Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0e78673

Browse files
joshaberJohn Haley
authored andcommitted
Better logs.
1 parent 0949d1f commit 0e78673

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lifecycleScripts/install.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ function installPrebuilt() {
3232
console.info("[nodegit] Completed installation successfully.");
3333
},
3434
function(err) {
35-
console.info("[nodegit] Failed to install prebuilt binary, " +
36-
"building manually.");
35+
console.info("[nodegit] Failed to install prebuilt binary:");
3736
console.error(err);
37+
console.info("[nodegit] Building manually. (You'll be here a while.)");
3838
return prepareAndBuild();
3939
}
4040
);

0 commit comments

Comments
 (0)