Skip to content

Commit 416f1c1

Browse files
committed
🔈 add ignore error 7574
1 parent a88c2cd commit 416f1c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

template/.electron-vue/dev-runner.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,8 @@ function startElectron () {
144144
} else if (data.includes('Couldn\'t set selectedTextBackgroundColor from default') ||
145145
data.includes('Could not instantiate: ProductRegistryImpl.Registry') ||
146146
data.includes('Sending message to WebContents with') ||
147-
data.includes('"Failed to load https://chrome-devtools-frontend.appspot.com/serve_file/')) {
147+
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)')) {
148149
if(settings.electronMain.dev.showBareErrors) {
149150
electronLog(data, 'red')
150151
}

0 commit comments

Comments
 (0)