added logging to hard links

This commit is contained in:
John Andrews
2024-06-25 15:00:12 +12:00
parent 6d0e727ee5
commit 14466591da

View File

@@ -117,6 +117,7 @@ public class HasHardLinks: Node
string error = process.StandardError.ReadToEnd();
process.WaitForExit();
args.Logger?.ILog("Exit Code: "+ process.ExitCode);
if(string.IsNullOrWhiteSpace(output) == false)
args.Logger?.ILog("Standard Output: " + output);
if(string.IsNullOrWhiteSpace(error) == false)