Merge pull request #211 from electron-userland/mafintosh-patch-1
log level is missing http
This commit is contained in:
commit
dfcc044688
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ download({
|
|||
platform: process.env.npm_config_platform,
|
||||
arch: process.env.npm_config_arch,
|
||||
strictSSL: process.env.npm_config_strict_ssl === 'true',
|
||||
quiet: ['info', 'verbose', 'silly'].indexOf(process.env.npm_config_loglevel) === -1
|
||||
quiet: ['info', 'verbose', 'silly', 'http'].indexOf(process.env.npm_config_loglevel) === -1
|
||||
}, extractFile)
|
||||
|
||||
// unzips and makes path.txt point at the correct executable
|
||||
|
|
Loading…
Add table
Reference in a new issue