Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exceptions are swallowed in async function #398

Open
digi604 opened this issue Jun 23, 2020 · 3 comments
Open

exceptions are swallowed in async function #398

digi604 opened this issue Jun 23, 2020 · 3 comments

Comments

@digi604
Copy link

digi604 commented Jun 23, 2020

runtime.js line 47

seams you can not get away with it.
Swallows some exceptions in async function in my code.

@corytheboyd
Copy link

I see the same thing... this is terrible, how are you supposed to debug exceptions without the stack trace. Am I missing something??

@rheinlandsoftware
Copy link

Same here. ErrorUtils.setGlobalHandler is not working with async functions. Errors are catched away by runtime.js

@Niryo
Copy link

Niryo commented Dec 7, 2021

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants