Update Program.cs
This commit is contained in:
parent
e721634de1
commit
c0bf99e182
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ namespace CreamInstaller
|
||||||
}
|
}
|
||||||
catch
|
catch
|
||||||
{
|
{
|
||||||
InstallForm?.UpdateUser($"WARNING: Couldn't clean up downloaded archive ({OutputFile})", LogColor.Warning);
|
InstallForm?.UpdateUser($"WARNING: Failed to clean up downloaded archive: {OutputFile}", LogColor.Warning);
|
||||||
}
|
}
|
||||||
OutputFile = null;
|
OutputFile = null;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue