This commit is contained in:
Paul Schneider
2021-08-11 20:57:46 +01:00
parent f7b375ad50
commit bd1c47e7c6

View File

@ -153,6 +153,7 @@ namespace nuget_cli
Console.Error.WriteLine("Stack trace:");
Console.Error.WriteLine(rex.StackTrace);
#endif
throw;
}
}, httpWebRequest);
@ -170,7 +171,6 @@ namespace nuget_cli
|| hrep.StatusCode == HttpStatusCode.OK;
}
else throw new Exception("Invalid server response type");
}
/// <summary>