Fixed typo
This commit is contained in:
parent
e3531fb7b5
commit
768ae66a64
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ window.proxifiedContainers = {
|
|||
|
||||
report_proxy_error: function(error) {
|
||||
//Currently I print to console but this is inefficient
|
||||
browser.extension.getBackgroundPage().console.log("proxifiedContainers error occured: " + JSON.Stringify(error));
|
||||
browser.extension.getBackgroundPage().console.log("proxifiedContainers error occured: " + JSON.stringify(error));
|
||||
},
|
||||
|
||||
//Resolves to a proxy object which can be used in the return of the listener required for browser.proxy.onRequest.addListener
|
||||
|
|
Loading…
Add table
Reference in a new issue