mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-04-28 17:59:10 -05:00
added logging to hard links
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user