You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that currently rquickjs does not allow us to display unhandled promise rejections to the developer, so if they don't await every promise (or I assume .then or .catch them as well) any thrown errors will be completely swallowed.
It seems that currently rquickjs does not allow us to display unhandled promise rejections to the developer, so if they don't await every promise (or I assume .then or .catch them as well) any thrown errors will be completely swallowed.
So this issue in rquickjs: DelSkayn/rquickjs#147
The text was updated successfully, but these errors were encountered: