We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
I was investigating why we suddenly couldn't debug our app, and I realized it was due to a stray console.log in a worker.
console.log
Steps: To reproduce
tns debug android
This obviously work if you remove the console.log, or if you do not debug.
This also prevents VSCode debugging, same behavior.
The text was updated successfully, but these errors were encountered:
fix: console.log in worker should not crash app (#1511)
5dd2c9a
Merge pull request #1513 from NativeScript/darind/inspector-worker-co…
2b992cb
…nsole fix: console.log in worker should not crash app (#1511)
darind
No branches or pull requests
I was investigating why we suddenly couldn't debug our app, and I realized it was due to a stray
console.log
in a worker.Steps: To reproduce
tns debug android
This obviously work if you remove the console.log, or if you do not debug.
This also prevents VSCode debugging, same behavior.
The text was updated successfully, but these errors were encountered: