Log errors from extensions to the browser console.

This commit is contained in:
KB Jørgensen
2016-11-21 15:45:43 +01:00
parent 97f5127e81
commit aafcbb694e

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);
});
});