提交 0c2ff68c 编写于 作者: C Cyrus Najmabadi

Fix

上级 a34deb35
......@@ -22,7 +22,7 @@ public static SymbolKeyResolution Resolve(SymbolKeyReader reader, out string fai
{
var name = reader.ReadString();
var targetResolution = reader.ReadSymbolKey(out var targetFailureReason);
if (targetFailureReason == null)
if (targetFailureReason != null)
{
failureReason = $"({nameof(AliasSymbolKey)} {nameof(targetResolution)} failed -> {targetFailureReason})";
return default;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册