From ee1cbfb25a3a712533c473343b7e59be3023d1b8 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Fri, 29 Oct 2021 20:43:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=BA=94=E7=94=A8=E5=88=9D?= =?UTF-8?q?=E5=A7=8B=E5=8C=96=E5=87=BA=E9=94=99=E6=97=B6=E7=9A=84=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E6=8D=95=E8=8E=B7=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.js | 2 ++ publish/changeLog.md | 5 ++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/index.js b/index.js index 0926504..22c08f4 100644 --- a/index.js +++ b/index.js @@ -130,6 +130,8 @@ initNavigation(() => { store.dispatch(commonAction.checkVersion()) } } + }).catch(err => { + toast(err.stack, 'long') }) }) diff --git a/publish/changeLog.md b/publish/changeLog.md index 2b03729..c5e0720 100644 --- a/publish/changeLog.md +++ b/publish/changeLog.md @@ -1,4 +1,3 @@ -### 修复 +### 优化 -- 修复删除列表时会导致应用崩溃的问题 -- 修复原生代码导致的错误日志记录 +- 添加应用初始化出错时的错误捕获输出