mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Added status report for VFS.Indexing
This commit is contained in:
parent
ec78cae414
commit
5f9d47eb5c
@ -98,6 +98,7 @@ namespace Wabbajack.VirtualFileSystem
|
||||
var allFiles = await filesToIndex
|
||||
.PMap(Queue, async f =>
|
||||
{
|
||||
Utils.Status($"Indexing {Path.GetFileName(f)}");
|
||||
if (byPath.TryGetValue(f, out var found))
|
||||
{
|
||||
var fi = new FileInfo(f);
|
||||
|
Loading…
Reference in New Issue
Block a user