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
window.addEventListener('load', function(){ process.on('uncaughtException', function(error) { // NEVER HAPPENS in 0.13 process.stdout.write("CAUGHT\n"); process.exit(1); }); global.setImmediate(function(){ throw("from node"); }); });
Works as expected in 0.12.
This is crucial so that we can log errors before exiting.
Only tried it on Ubuntu.
The text was updated successfully, but these errors were encountered:
This is fixed in git and will be available in the next nightly build.
Sorry, something went wrong.
[test] Add test for issue4679
5c73cea
- Add test for issue nwjs#4679 - This test is failed on v0.13.0, passed on v0.30.4
5c85794
3f814f5
- Add test for issue #4679 - This test is failed on v0.13.0, passed on v0.30.4
wanghongjuan
No branches or pull requests
Works as expected in 0.12.
This is crucial so that we can log errors before exiting.
Only tried it on Ubuntu.
The text was updated successfully, but these errors were encountered: