mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-09-06 16:07:17 +08:00
log out the reason PUPPETEER_DOWNLOAD_ENCOUNTER_ERROR
This commit is contained in:
@@ -165,6 +165,10 @@ export function createMainWindow(): void {
|
||||
mainWindow?.webContents.send(data.type, data)
|
||||
break
|
||||
}
|
||||
case 'PUPPETEER_DOWNLOAD_ENCOUNTER_ERROR': {
|
||||
console.error(data)
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user