mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Add more logging
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user