Rename generators

This commit is contained in:
2026-01-25 13:31:15 -06:00
parent 96cebd2289
commit 720cc469d4
7 changed files with 11 additions and 10 deletions

View File

@@ -29,7 +29,7 @@
};
process.ErrorDataReceived += (_, args) => {
if (args.Data != null) {
Logger.LogInformation("{prefix} STDERR: {output}", logPrefix, args.Data);
Logger.LogInformation("{prefix} - STDERR: {output}", logPrefix, args.Data);
}
};