mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-15 02:34:14 +01:00
add try catch around each scan
This commit is contained in:
parent
ff2b679a8c
commit
7f97b20883
2 changed files with 22 additions and 6 deletions
|
|
@ -45,7 +45,7 @@ public class FileDbManager
|
|||
return GetValidatedFileCache(matchingEntries.First());
|
||||
}
|
||||
|
||||
public FileCache? ValidateFileCache(FileCacheEntity fileCacheEntity)
|
||||
public FileCache? ValidateFileCacheEntity(FileCacheEntity fileCacheEntity)
|
||||
{
|
||||
return GetValidatedFileCache(fileCacheEntity);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue