Print full information about a GenerateException
This commit is contained in:
Родитель
60127c9e03
Коммит
401456b92a
|
@ -196,7 +196,7 @@ namespace BenchmarkDotNet.Running
|
|||
{
|
||||
logger.WriteLineError("// Result = Failure");
|
||||
if (generateResult.GenerateException != null)
|
||||
logger.WriteLineError($"// Exception: {generateResult.GenerateException.Message}");
|
||||
logger.WriteLineError($"// Exception: {generateResult.GenerateException}");
|
||||
}
|
||||
logger.WriteLine();
|
||||
return generateResult;
|
||||
|
|
Загрузка…
Ссылка в новой задаче