From d9dafee9b8b86220d85d3fb256f88ad9f6e544d3 Mon Sep 17 00:00:00 2001 From: EnixCoda Date: Wed, 20 Feb 2019 13:38:27 +0800 Subject: [PATCH] feat: throw unknown error --- src/driver/core/SideBar.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/driver/core/SideBar.ts b/src/driver/core/SideBar.ts index ee76bce..c63fc32 100644 --- a/src/driver/core/SideBar.ts +++ b/src/driver/core/SideBar.ts @@ -147,6 +147,7 @@ const handleError: MethodCreator = dispatch => a dispatch.call(setShouldShow, true) } else { dispatch.call(setError, 'Gitako ate a bug, but it should recovery soon!') + throw err } }