parser now relies on ILocalFileManager save and load

This commit is contained in:
2026-01-23 23:18:35 -06:00
parent 45cd325818
commit b500b71e62
2 changed files with 5 additions and 20 deletions

View File

@@ -48,7 +48,7 @@ public class LocalFileManager : ISzFileManager
}
catch (Exception e)
{
Console.WriteLine($"Error saving file: {e.Message}");
Console.WriteLine($"Error loading file: {e.Message}");
return null;
}
}