(disableEnvProxy)
| 84832 | if (proxySetting === null) { |
| 84833 | return null; |
| 84834 | } |
| 84835 | if (typeof proxySetting === "string" && proxySetting.trim().length > 0) { |
| 84836 | return proxySetting; |
| 84837 | } |
| 84838 | return process.env.HTTPS_PROXY || process.env.HTTP_PROXY; |
| 84839 | } |
| 84840 | function resetProxySetup(disableEnvProxy) { |
| 84841 | (0, import_undici.setGlobalDispatcher)(new import_undici.Agent()); |
| 84842 | axios_default.defaults.httpAgent = void 0; |