Add more logging

This commit is contained in:
Tamas Vajk
2023-08-16 13:13:08 +02:00
parent a644133d8f
commit c2eb2e9c69
2 changed files with 4 additions and 1 deletions

View File

@@ -104,7 +104,8 @@ namespace Semmle.Extraction.CSharp.DependencyFetching
public bool Exec(string execArgs)
{
var args = $"exec {execArgs}";
return RunCommandSilently(args);
//return RunCommandSilently(args);
return RunCommand(args);
}
}
}