save-cli icon indicating copy to clipboard operation
save-cli copied to clipboard

Expand validation method of SaveProperties

Open kgevorkyan opened this issue 4 years ago • 0 comments

In addition of nullable check it also should be provided more proper check, that save.toml file exists by FileSystem.SYSTEM.exists instead of FileSystem.SYSTEM.metadata in try-catch block

More requirements could be created for some other fields, e.g. if parallelMode is disabled, than number of threads should be greater than one, etc

kgevorkyan avatar Jun 22 '21 14:06 kgevorkyan