parser now relies on ILocalFileManager save and load
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user