Answer the question
In order to leave comments, you need to log in
Chrome error rethrow - now points to the location of the throw instead of the location of the original error. How to fix?
The library uses the following wrapper to execute custom code:
try {
exec(callback)
} catch (e) {
setTimeout(function(){throw e})
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question