Skip to content

Commit

Permalink
more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
caesay committed Oct 23, 2024
1 parent 40b3a6f commit 802197f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions generator/CppHeaderReference.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ await Util.StartShellProcess("docker",
],
outputPath);

Console.WriteLine("Generated files:");
foreach (var f in Directory.GetFiles(outputPath)) {
Console.WriteLine(f);
}

File.Delete(headerPath);
File.Delete(Path.Combine(outputPath, "standardese_files.md"));
File.Delete(Path.Combine(outputPath, "standardese_modules.md"));
Expand Down

0 comments on commit 802197f

Please sign in to comment.