mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 12:07:05 +00:00
Fixed cast exception
This commit is contained in:
parent
4c4a7c2918
commit
8cbd3493bb
1 changed files with 1 additions and 1 deletions
|
|
@ -260,7 +260,7 @@ namespace ICD.Common.Utils
|
|||
}
|
||||
catch (FileNotFoundException)
|
||||
{
|
||||
return Enumerable.Empty<object>();
|
||||
return Enumerable.Empty<T>();
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue