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 } }