...
This commit is contained in:
@@ -22,7 +22,7 @@ public static class GCC
|
||||
var errors = await process.StandardError.ReadToEndAsync();
|
||||
if (!string.IsNullOrWhiteSpace(errors))
|
||||
{
|
||||
await Console.Error.WriteLineAsync("gcc error when assembling:\n" + errors);
|
||||
await Console.Error.WriteLineAsync(errors);
|
||||
}
|
||||
|
||||
return process.ExitCode == 0;
|
||||
|
||||
Reference in New Issue
Block a user