1
0
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:
Vishesh Handa
2020-01-27 19:07:05 +01:00
parent 06d1124c19
commit 93775ddca5

@ -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) {