Skip to content
This repository has been archived by the owner on Feb 1, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants