Merge pull request #150 from iuyiuy/error_handling

Log errors from extensions to the browser console.
This commit is contained in:
Jeff Schiller
2016-11-21 09:01:19 -08:00
committed by GitHub

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