mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
Chore: nicer error message
This commit is contained in:
parent
c0fcf7b971
commit
b6e7833079
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ export const handleError: BoundMethodCreator<[Error]> = dispatch => async err =>
|
|||
dispatch.call(setShowSettings, true)
|
||||
} else {
|
||||
DOMHelper.markGitakoReadyState(false)
|
||||
dispatch.call(setError, 'Gitako ate a bug, but it should recovery soon!')
|
||||
dispatch.call(setError, 'Some thing went wrong.')
|
||||
throw err
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue