From c1b5fe032d7c4ef8b7c66dc910515ed7f2a14eab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Renaudeau?= Date: Fri, 22 Jun 2018 15:41:13 +0200 Subject: [PATCH] old comment --- src/renderer/init.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/renderer/init.js b/src/renderer/init.js index 6d711bf3..065fde23 100644 --- a/src/renderer/init.js +++ b/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() })