mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-07-28 22:53:54 +08:00
Ignore more git connection errors
This commit is contained in:
@ -131,6 +131,8 @@ const ignoredMessages = [
|
||||
'failed to start ssh session',
|
||||
'failure while draining',
|
||||
'network is unreachable',
|
||||
'software caused connection abort',
|
||||
'unable to exchange encryption keys',
|
||||
];
|
||||
|
||||
bool shouldLogGitException(GitException ex) {
|
||||
|
Reference in New Issue
Block a user