audit notes work completed, test fixes work (95% done), new sprints, new data sources setup and configuration
This commit is contained in:
@@ -47,7 +47,7 @@ public sealed class NativeBinaryDiscovery
|
||||
if (!Directory.Exists(rootPath))
|
||||
{
|
||||
_logger.LogWarning("Root path does not exist: {RootPath}", rootPath);
|
||||
return Array.Empty<DiscoveredBinary>();
|
||||
return Task.FromResult<IReadOnlyList<DiscoveredBinary>>(Array.Empty<DiscoveredBinary>());
|
||||
}
|
||||
|
||||
var discovered = new List<DiscoveredBinary>();
|
||||
|
||||
Reference in New Issue
Block a user