summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/azure_ex/token_hosting.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/azure_ex/token_hosting.ex b/lib/azure_ex/token_hosting.ex
index 934aee1..cb1646c 100644
--- a/lib/azure_ex/token_hosting.ex
+++ b/lib/azure_ex/token_hosting.ex
@@ -72,7 +72,7 @@ defmodule AzureEx.TokenHosting do
# TODO: 超时等网络问题自动重试
# TODO: 抽象出错误模型
# TODO: 记录日志
- {:error, to_string(e)}
+ {:error, inspect(e)}
end
end