mirror of
https://github.com/electron/node-gyp.git
synced 2025-09-20 15:53:38 +02:00
install: fix global variable leak
This commit is contained in:
parent
7302f1b1b7
commit
27bf70a4a4
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ function install (gyp, argv, callback) {
|
|||
|
||||
function download(url,onError) {
|
||||
gyp.info('downloading:', url)
|
||||
requestOpts = {
|
||||
var requestOpts = {
|
||||
uri: url
|
||||
, onResponse: true
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue