mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
feat: throw unknown error
This commit is contained in:
parent
e4e2389868
commit
d9dafee9b8
1 changed files with 1 additions and 0 deletions
|
|
@ -147,6 +147,7 @@ const handleError: MethodCreator<Props, ConnectorState, [Error]> = dispatch => a
|
|||
dispatch.call(setShouldShow, true)
|
||||
} else {
|
||||
dispatch.call(setError, 'Gitako ate a bug, but it should recovery soon!')
|
||||
throw err
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue