Log errors from extensions to the browser console.

master
KB Jørgensen 2016-11-21 15:45:43 +01:00
parent 97f5127e81
commit aafcbb694e
1 changed files with 2 additions and 0 deletions

View File

@ -557,6 +557,8 @@ TODOS
s.src = curConfig.extPath + extname;
document.querySelector('head').appendChild(s);
}
}).fail(function(jqxhr, settings, exception){
console.log(exception);
});
});