Update generated content

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
pull/61/head
CrazyMax 5 years ago
parent 240d54e928
commit 04f80b2fda
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

4
dist/index.js generated vendored

@ -8851,7 +8851,9 @@ class HttpClient {
maxSockets: maxSockets,
keepAlive: this._keepAlive,
proxy: {
proxyAuth: `${proxyUrl.username}:${proxyUrl.password}`,
...((proxyUrl.username || proxyUrl.password) && {
proxyAuth: `${proxyUrl.username}:${proxyUrl.password}`
}),
host: proxyUrl.hostname,
port: proxyUrl.port
}

Loading…
Cancel
Save