feat: throw unknown error

This commit is contained in:
EnixCoda 2019-02-20 13:38:27 +08:00
parent e4e2389868
commit d9dafee9b8
No known key found for this signature in database
GPG key ID: 6825847C88AA329A

View file

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