mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 15:06:27 +00:00
fix(git): Throw ExternalHostError on early EOF (#8995)
This commit is contained in:
parent
b50e21646e
commit
39dcd84296
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ function checkForPlatformFailure(err: Error): void {
|
|||
'TF401027:', // You need the Git 'GenericContribute' permission to perform this action
|
||||
'Could not resolve host',
|
||||
' is not a member of team',
|
||||
'early EOF',
|
||||
];
|
||||
for (const errorStr of externalHostFailureStrings) {
|
||||
if (err.message.includes(errorStr)) {
|
||||
|
|
Loading…
Reference in a new issue