mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.git
synced 2025-11-19 21:02:53 +08:00
refine http info bar
This commit is contained in:
@@ -75,6 +75,7 @@ internal static class HttpRequestMessageBuilderExtension
|
||||
catch (OperationCanceledException)
|
||||
{
|
||||
showInfo = false;
|
||||
throw;
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
@@ -191,8 +192,10 @@ internal static class HttpRequestMessageBuilderExtension
|
||||
|
||||
if (exception.InnerException is { } inner)
|
||||
{
|
||||
builder.AppendLine(new string('-', 40));
|
||||
builder.AppendLine("------------------ Inner Exception ------------------");
|
||||
ProcessException(builder, inner);
|
||||
}
|
||||
|
||||
builder.AppendLine("------------------ End ------------------");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user