throw
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user