2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-15 11:59:42 +03:00

Fixing build failure

This commit is contained in:
Nick Uraltsev
2016-08-24 15:42:03 -07:00
parent 93ae90ae6e
commit 65ffdaefe8
+1 -1
View File
@@ -15,7 +15,7 @@ module.exports = {
}
if (process.env.http_proxy) {
process.env.http_proxy = null;
delete process.env.http_proxy;
}
callback();