Skip to content

Commit ea83fbe

Browse files
committed
chore: after rebase fix
1 parent bd9f82f commit ea83fbe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/utils.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,9 @@ export function parseParametersFromEnvs(
9393
return parameters
9494
}
9595

96-
export function configureProxy(proxyServer: string | undefined) {
96+
export function configureProxy(
97+
proxyServer: string | undefined
98+
): HttpsProxyAgent | undefined {
9799
const proxyFromEnv = process.env.HTTP_PROXY || process.env.http_proxy
98100

99101
if (proxyFromEnv || proxyServer) {

0 commit comments

Comments
 (0)