klarna / electron-redux

Use redux in the main and browser processes in electron
MIT License
743 stars 94 forks source link

Unhandled error fix causing app crash on load #303

Open kyjak opened 3 years ago

kyjak commented 3 years ago

Accessing webcontents in case it does not exists crashes the app with unhandled exception and users of this library have a hard time to figure why. The fix is, in case webcontent is not defined, continue with next reducer and skip forward to ui, since there is no ui yet.

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

kyjak commented 3 years ago

How do I run the ci/circleci build? Or is it automatic?