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