add try catch around each scan
This commit is contained in:
		| @@ -45,7 +45,7 @@ public class FileDbManager | ||||
|         return GetValidatedFileCache(matchingEntries.First()); | ||||
|     } | ||||
|  | ||||
|     public FileCache? ValidateFileCache(FileCacheEntity fileCacheEntity) | ||||
|     public FileCache? ValidateFileCacheEntity(FileCacheEntity fileCacheEntity) | ||||
|     { | ||||
|         return GetValidatedFileCache(fileCacheEntity); | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Stanley Dimant
					Stanley Dimant