Fix input paths for test program

This commit is contained in:
Matt Nadareski
2024-05-09 21:54:30 -04:00
parent b65629ba0e
commit d41a0045cb

View File

@@ -23,7 +23,7 @@ namespace Test
}
// Loop through the input paths
foreach (string inputPath in args)
foreach (string inputPath in options.InputPaths)
{
#if NETFRAMEWORK
PrintPathInfo(inputPath, false, options.Debug);