add a debugger breakpoint in hook exception handling
This commit is contained in:
parent
b5d1cbbfdf
commit
7d923ee64e
@ -75,6 +75,7 @@ window.runHooks = function(event, data) {
|
||||
}
|
||||
} catch(err) {
|
||||
console.error('error running hook '+event+', error: '+err);
|
||||
debugger;
|
||||
}
|
||||
});
|
||||
return !interupted;
|
||||
|
Loading…
x
Reference in New Issue
Block a user