提交 372e0845 编写于 作者: J Jared Parsons

Fix build issue

上级 b1901a69
......@@ -50,7 +50,7 @@ private static void DumpStackTrace(Exception exception)
Console.WriteLine("Dumping info before call to failfast");
Console.WriteLine("Exception info");
for (Exception? current = exception; current is object; current = current.InnerException)
for (Exception? current = exception; current is object; current = current!.InnerException)
{
Console.WriteLine(current.Message);
Console.WriteLine(current.StackTrace);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册