Rename generators
This commit is contained in:
@@ -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);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user