Fixed a case where package downloading erroring out will hang the Utility app.
This commit is contained in:
committed by
Paul Chote
parent
63d54952d0
commit
58367fdeac
@@ -111,6 +111,7 @@ namespace OpenRA.Utility
|
|||||||
if (e.Error != null)
|
if (e.Error != null)
|
||||||
{
|
{
|
||||||
Console.WriteLine("Error: {0}", e.Error.Message);
|
Console.WriteLine("Error: {0}", e.Error.Message);
|
||||||
|
completed = true;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user