Browse Source

old comment

master
Gaëtan Renaudeau 7 years ago
parent
commit
c1b5fe032d
  1. 1
      src/renderer/init.js

1
src/renderer/init.js

@ -98,7 +98,6 @@ function r(Comp) {
}
init().catch(e => {
// for now we make the app crash instead of pending forever. later we can render the error OR try to recover, but probably this is unrecoverable cases.
logger.critical(e)
r(<AppError error={e} language="en" />)
})

Loading…
Cancel
Save