-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from bchr02/dev
**Changes:** * made error handling more consistent and always exit with a non 0 error code. #13 * an error will now occur if NODE_PRE_GYP_GITHUB_TOKEN is not found. * slightly changed some of the error messages and removed some of the prepended "Error: ". They are no longer needed since were are now throwing errors. * fixed a bug that caused an error to not occur when binary files were not found in the stage directory. * added a missing error catch for readdir that caused an error to not occur if the stage directory was missing. * in bin/node-pre-gyp-github.js, corrected the path that was displayed in the help text.
- Loading branch information
Showing
3 changed files
with
28 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters