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
Invoking dev tools via F12 works fine. But invoking the dev tools via Cmd+Alt+I (Mac) prints the following error in my terminal:
[73924:0202/191345.942946:ERROR:CONSOLE(7278)] "Uncaught TypeError: Cannot read property 'indexOf' of undefined", source: devtools://devtools/bundled/shell.js (7278)
Invocation of debug in my code:
debug
debug({ devToolsMode: "detach", showDevTools: false });
Electron 7.1.11 macOS 10.14.6
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Invoking dev tools via F12 works fine. But invoking the dev tools via Cmd+Alt+I (Mac) prints the following error in my terminal:
Invocation of
debug
in my code:Electron 7.1.11
macOS 10.14.6
The text was updated successfully, but these errors were encountered: