Fixed a case where package downloading erroring out will hang the Utility app.

This commit is contained in:
Matthew Bowra-Dean
2010-11-16 14:55:54 +13:00
committed by Paul Chote
parent 63d54952d0
commit 58367fdeac

View File

@@ -111,6 +111,7 @@ namespace OpenRA.Utility
if (e.Error != null)
{
Console.WriteLine("Error: {0}", e.Error.Message);
completed = true;
return;
}