Fixed final ommision of Utils.DEFAULT_PROXY
This commit is contained in:
@@ -25,7 +25,7 @@ proxifiedContainers = {
|
|||||||
resolve(success.proxy);
|
resolve(success.proxy);
|
||||||
}, function() {
|
}, function() {
|
||||||
resolve({
|
resolve({
|
||||||
type: "direct"
|
Utils.DEFAULT_PROXY
|
||||||
});
|
});
|
||||||
}).catch((error) => {
|
}).catch((error) => {
|
||||||
reject(error);
|
reject(error);
|
||||||
|
|||||||
Reference in New Issue
Block a user