mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Do not report “Failed: Extracting Archive” on download failure
This commit is contained in:
@@ -224,7 +224,7 @@ namespace network
|
||||
if(serverReply == 304 || goodSignature)
|
||||
res = tbzDestination;
|
||||
}
|
||||
else
|
||||
else if(serverReply == 200 || serverReply == 304)
|
||||
{
|
||||
error = "Extracting archive.";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user