Log errors from extensions to the browser console.
parent
97f5127e81
commit
aafcbb694e
|
@ -557,6 +557,8 @@ TODOS
|
|||
s.src = curConfig.extPath + extname;
|
||||
document.querySelector('head').appendChild(s);
|
||||
}
|
||||
}).fail(function(jqxhr, settings, exception){
|
||||
console.log(exception);
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue