Skip to content
New issue

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

"Uncaught TypeError: Cannot read property 'indexOf' of undefined" when invoking dev tools via Cmd+Alt+I #78

Open
dschuessler opened this issue Feb 2, 2020 · 0 comments

Comments

@dschuessler
Copy link

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({
  devToolsMode: "detach",
  showDevTools: false
});

Electron 7.1.11
macOS 10.14.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant