Skip to content

Commit 27701a6

Browse files
committed
Adding console log for debugging
1 parent 7060dc4 commit 27701a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dotnet-tools/netcode.standards/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ private static int Main(
3737
procInfo.Arguments = check
3838
? $"format {file} whitespace --no-restore --verify-no-changes --verbosity {verbosity}"
3939
: $"format {file} whitespace --no-restore --verbosity {verbosity}";
40+
Console.WriteLine($"File : {file}");
4041
Console.WriteLine($"######## START -> {(check ? "check" : "fix")} whitespace issues");
4142
var whitespace = Process.Start(procInfo);
4243
whitespace.WaitForExit();

0 commit comments

Comments
 (0)