mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-02-12 17:29:26 -06: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