Ensure ResolvedPath is sent on error too

This commit is contained in:
Joshua M. Boniface
2026-03-23 17:11:29 -04:00
parent 300036c859
commit 434ebc8b11

View File

@@ -70,6 +70,7 @@ public static class StorageHelper
return new FolderStorageInfo()
{
Path = path,
ResolvedPath = path,
FreeSpace = -1,
UsedSpace = -1,
StorageType = null,