We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
runtime.js line 47
seams you can not get away with it. Swallows some exceptions in async function in my code.
The text was updated successfully, but these errors were encountered:
I see the same thing... this is terrible, how are you supposed to debug exceptions without the stack trace. Am I missing something??
Sorry, something went wrong.
Same here. ErrorUtils.setGlobalHandler is not working with async functions. Errors are catched away by runtime.js
+1
No branches or pull requests
runtime.js line 47
seams you can not get away with it.
Swallows some exceptions in async function in my code.
The text was updated successfully, but these errors were encountered: