Skip to content

fix: Catch download errors #196

fix: Catch download errors

fix: Catch download errors #196

Triggered via pull request October 4, 2024 21:17
Status Failure
Total duration 1m 33s
Artifacts

ci.yml

on: pull_request
Matrix: tests / tests
typechecking  /  typescript
37s
typechecking / typescript
Matrix: draft_release / draft_release
Waiting for pending jobs
Fit to window
Zoom out
Zoom in

Annotations

8 errors
tests/unit.spec.ts > Should create a new window: packages/main/src/mainWindow.ts#L90
TypeError: Cannot read properties of undefined (reading 'session') ❯ Module.restoreOrCreateWindow src/mainWindow.ts:90:22 ❯ tests/unit.spec.ts:58:3
tests/unit.spec.ts > Should restore an existing window: packages/main/src/mainWindow.ts#L90
TypeError: Cannot read properties of undefined (reading 'session') ❯ Module.restoreOrCreateWindow src/mainWindow.ts:90:22 ❯ tests/unit.spec.ts:75:3
tests/unit.spec.ts > Should create a new window if the previous one was destroyed: packages/main/src/mainWindow.ts#L90
TypeError: Cannot read properties of undefined (reading 'session') ❯ Module.restoreOrCreateWindow src/mainWindow.ts:90:22 ❯ tests/unit.spec.ts:89:3
tests / tests (macos-latest)
Process completed with exit code 1.
tests/unit.spec.ts > Should create a new window: packages/main/src/mainWindow.ts#L90
TypeError: Cannot read properties of undefined (reading 'session') ❯ Module.restoreOrCreateWindow src/mainWindow.ts:90:22 ❯ tests/unit.spec.ts:58:3
tests/unit.spec.ts > Should restore an existing window: packages/main/src/mainWindow.ts#L90
TypeError: Cannot read properties of undefined (reading 'session') ❯ Module.restoreOrCreateWindow src/mainWindow.ts:90:22 ❯ tests/unit.spec.ts:75:3
tests/unit.spec.ts > Should create a new window if the previous one was destroyed: packages/main/src/mainWindow.ts#L90
TypeError: Cannot read properties of undefined (reading 'session') ❯ Module.restoreOrCreateWindow src/mainWindow.ts:90:22 ❯ tests/unit.spec.ts:89:3
tests / tests (windows-latest)
Process completed with exit code 1.