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
tns create foo
console.log
__onUncaughtError
application.android.js
nonexistent()
main-view-model.js
Run the app. The app will crash with ReferenceError but the logged message will not appear in adb logcat.
ReferenceError
adb logcat
The text was updated successfully, but these errors were encountered:
connected #132
Sorry, something went wrong.
Improve error handling mechanism. Fix erroneous V8 TryCatch checks. R…
1d94d71
…emove nesting of TryCatch blocks. Fixes #108. Closes #132.
No branches or pull requests
tns create foo
console.log
to__onUncaughtError
inapplication.android.js
nonexistent()
to inmain-view-model.js
Run the app. The app will crash with
ReferenceError
but the logged message will not appear inadb logcat
.The text was updated successfully, but these errors were encountered: