Added status report for VFS.Indexing

This commit is contained in:
Justin Swanson 2019-12-22 15:06:02 -06:00
parent ec78cae414
commit 5f9d47eb5c

View File

@ -98,6 +98,7 @@ namespace Wabbajack.VirtualFileSystem
var allFiles = await filesToIndex var allFiles = await filesToIndex
.PMap(Queue, async f => .PMap(Queue, async f =>
{ {
Utils.Status($"Indexing {Path.GetFileName(f)}");
if (byPath.TryGetValue(f, out var found)) if (byPath.TryGetValue(f, out var found))
{ {
var fi = new FileInfo(f); var fi = new FileInfo(f);