There was an error while loading. Please reload this page.
1 parent a88c2cd commit 416f1c1Copy full SHA for 416f1c1
template/.electron-vue/dev-runner.js
@@ -144,7 +144,8 @@ function startElectron () {
144
} else if (data.includes('Couldn\'t set selectedTextBackgroundColor from default') ||
145
data.includes('Could not instantiate: ProductRegistryImpl.Registry') ||
146
data.includes('Sending message to WebContents with') ||
147
- data.includes('"Failed to load https://chrome-devtools-frontend.appspot.com/serve_file/')) {
+ data.includes('"Failed to load https://chrome-devtools-frontend.appspot.com/serve_file/') ||
148
+ data.includes('"Extension server error: Object not found: <top>", source: chrome-devtools://devtools/bundled/inspector.js (7574)')) {
149
if(settings.electronMain.dev.showBareErrors) {
150
electronLog(data, 'red')
151
}
0 commit comments