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
I am using NWJS v0.15.3 and the below code crashes. I could not capture the error in console. Also, there's nothing in the debug.log.
var win = nw.Window.get(); win.showDevTools('', function (item) { console.log(item); });
The text was updated successfully, but these errors were encountered:
998ac54
Fix #5061: crash in win.showDevTools() with string id
cc5b0f3
fixup! Fix #5061: crash in win.showDevTools() with string id
f949bc2
[test] add issue5061-cdt-emptyid for #5061
93cdfd2
101cbdc
rogerwang
No branches or pull requests
I am using NWJS v0.15.3 and the below code crashes. I could not capture the error in console. Also, there's nothing in the debug.log.
The text was updated successfully, but these errors were encountered: