mirror of
https://github.com/electron/electron.git
synced 2026-02-16 18:16:39 -05:00
Merge pull request #211 from electron-userland/mafintosh-patch-1
log level is missing http
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user