electron-redux
electron-redux copied to clipboard
Unhandled error fix causing app crash on load
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.
How do I run the ci/circleci build? Or is it automatic?