Skip to content

Commit

Permalink
Merge pull request #1449 from xzyfer/feat/binary-error
Browse files Browse the repository at this point in the history
Log the error when there is a problem with the binary
  • Loading branch information
xzyfer committed Apr 19, 2016
2 parents ec48be4 + 211f312 commit ef7a272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.js
Expand Up @@ -209,7 +209,7 @@ function testBinary(options) {

console.log('Binary is fine; exiting.');
} catch (e) {
console.log(['Problem with the binary.', 'Manual build incoming.'].join(eol));
console.log(['Problem with the binary:', e, 'Manual build incoming.'].join(eol));

return build(options);
}
Expand Down

0 comments on commit ef7a272

Please sign in to comment.