提交 2d0e1a8b 编写于 作者: J Jared Parsons

Fix missing argument

上级 cabc2c74
......@@ -50,7 +50,7 @@ public static ProjectId CreateFromSerialized(Guid id, string debugName = null)
throw new ArgumentException(nameof(id));
}
return new ProjectId(debugName);
return new ProjectId(id, debugName);
}
private string GetDebuggerDisplay()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册