提交 4627ff36 编写于 作者: A Andrew Casey

Format exceptions in host

上级 2f52f7a2
......@@ -820,8 +820,7 @@ private async Task<ScriptState<object>> ExecuteOnUIThread(Script<object> script,
}
catch (Exception e)
{
// TODO (tomat): format exception
Console.Error.WriteLine(e);
Console.Error.WriteLine(_replServiceProvider.ObjectFormatter.FormatUnhandledException(e));
return null;
}
}))).ConfigureAwait(false);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册