Merge pull request #150 from iuyiuy/error_handling

Log errors from extensions to the browser console.
master
Jeff Schiller 2016-11-21 09:01:19 -08:00 committed by GitHub
commit fa10e626d9
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);
});
});