fix: safeManager error handeling & Load fix
This commit is contained in:
@@ -27,6 +27,7 @@ namespace CarManagerV3
|
||||
}
|
||||
|
||||
SafeManager.InitializeFile(filepath);
|
||||
StateManager.setFilePath(filepath);
|
||||
List<Car> _cars = SafeManager.ReadCars(filepath);
|
||||
|
||||
refreshCars(_cars);
|
||||
|
||||
Reference in New Issue
Block a user