mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-10 18:24:53 +00:00
Fixed cast exception
This commit is contained in:
@@ -260,7 +260,7 @@ namespace ICD.Common.Utils
|
||||
}
|
||||
catch (FileNotFoundException)
|
||||
{
|
||||
return Enumerable.Empty<object>();
|
||||
return Enumerable.Empty<T>();
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user