electron-userland / electron-userland/electron-webpack-quick-start
"Extension server error: Object not found: <top>"
Open
- Dominant language
- JavaScript
- Stars
- 746
- Forks
- 245
- PR merge metrics
- No merged PRs in 30d
Description
The `main/index.js` file is attempting to open the devtools too soon: https://github.com/electron-userland/electron-webpack-quick-start/blob/master/src/main/index.js#L15-L17
This results in an error message printed to the console: `"Extension server error: Object not found: "`
A couple of solutions are proposed in https://github.com/SimulatedGREG/electron-vue/issues/389
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.