Fail if error events (e.g. syntax errors) occur during loading
[#24901981]
This commit is contained in:
committed by
Steve Gravrock
parent
12ed3bfacd
commit
bd250f27c7
@@ -13,8 +13,6 @@ getJasmineRequireObj().GlobalErrors = function(j$) {
|
||||
}
|
||||
};
|
||||
|
||||
this.uninstall = function noop() {};
|
||||
|
||||
this.install = function install() {
|
||||
if (global.process && global.process.listeners && j$.isFunction_(global.process.on)) {
|
||||
var originalHandlers = global.process.listeners('uncaughtException');
|
||||
|
||||
Reference in New Issue
Block a user