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

discardUncaughtJsExceptions: true not working with new runtime #126

Closed
cjohn001 opened this issue Aug 27, 2021 · 1 comment · Fixed by #141
Closed

discardUncaughtJsExceptions: true not working with new runtime #126

cjohn001 opened this issue Aug 27, 2021 · 1 comment · Fixed by #141

Comments

@cjohn001
Copy link

Hello together,
I just came over an issue were a plugin throws an exception which lets my app crash. With the JSC runtime I can set
discardUncaughtJsExceptions: true
in nativescript.config.ts

and than I only get an error message as follows on the console:
NativeScript discarding uncaught JS exception!

instead of the app crashing. Seems like the new runtime does not implement this behavior. It simply always crashes.
Would be great if you could implement this option for the new runtime as well

@cjohn001
Copy link
Author

is working with 8.5.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

Successfully merging a pull request may close this issue.

1 participant