add try catch around each scan

This commit is contained in:
Stanley Dimant
2022-09-26 12:54:54 +02:00
parent ff2b679a8c
commit 7f97b20883
2 changed files with 22 additions and 6 deletions

View File

@@ -45,7 +45,7 @@ public class FileDbManager
return GetValidatedFileCache(matchingEntries.First());
}
public FileCache? ValidateFileCache(FileCacheEntity fileCacheEntity)
public FileCache? ValidateFileCacheEntity(FileCacheEntity fileCacheEntity)
{
return GetValidatedFileCache(fileCacheEntity);
}