mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Added 7z 100% complete status notification
This commit is contained in:
parent
e3abdd17c3
commit
11363847c9
@ -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()));
|
||||
|
Loading…
Reference in New Issue
Block a user