exceptions are swallowed in async function
digi604 opened this issue · 3 comments
digi604 commented
runtime.js line 47
seams you can not get away with it.
Swallows some exceptions in async function in my code.
corytheboyd commented
I see the same thing... this is terrible, how are you supposed to debug exceptions without the stack trace. Am I missing something??
rheinlandsoftware commented
Same here. ErrorUtils.setGlobalHandler is not working with async functions. Errors are catched away by runtime.js
Niryo commented
+1