Commit 31890961 authored by nanahira's avatar nanahira

don't remove proxy

parent 3051cd47
Pipeline #209 passed with stages
in 1 minute and 20 seconds
......@@ -52,9 +52,9 @@ export class ProxyFetcher {
})).data;
return data;
} catch (e) {
if (!process.env.NO_PROXY) {
/*if (!process.env.NO_PROXY) {
this.proxies.splice(proxyIndex, 1);
}
}*/
console.error(`Failed fetching data from ${url}: ${e.toString()}`)
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment