fix: Catch download errors #196
ci.yml
on: pull_request
Matrix: tests / tests
typechecking
/
typescript
37s
Matrix: draft_release / draft_release
Waiting for pending jobs
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.
|