Merge pull request #162 from EmilyFranklin/correct-platform-path
Change platform path to match downloaded one
This commit is contained in:
commit
83ffe03825
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ try {
|
||||||
// do nothing
|
// do nothing
|
||||||
}
|
}
|
||||||
|
|
||||||
var platform = os.platform()
|
var platform = process.env.npm_config_platform || os.platform()
|
||||||
|
|
||||||
function onerror (err) {
|
function onerror (err) {
|
||||||
throw err
|
throw err
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue