mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2025-07-25 12:54:41 +00:00
Added 7z 100% complete status notification
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
using System.Linq;
|
||||
@ -208,6 +208,7 @@ namespace Wabbajack.Common
|
||||
|
||||
if (p.ExitCode == 0)
|
||||
{
|
||||
Utils.Status($"Extracting {name} - 100%", 100, alsoLog: true);
|
||||
return;
|
||||
}
|
||||
Utils.Log(new _7zipReturnError(p.ExitCode, source, dest, p.StandardOutput.ReadToEnd()));
|
||||
|
Reference in New Issue
Block a user