broken/ef
Paul Schneider 3 years ago
parent f7b375ad50
commit bd1c47e7c6
1 changed files with 1 additions and 1 deletions

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

Loading…