提交 d3efa1f6 编写于 作者: C Cyrus Najmabadi

Fix assert.

上级 c966d8fd
......@@ -287,7 +287,8 @@ private static string GetTitle(Scope scope)
// We should only ever get a default array (meaning, update the root), or a
// non-empty array. We should never be asked to update exactly '0' nodes.
Debug.Assert(!documentToUpdate.NodesToUpdate.IsEmpty);
Debug.Assert(documentToUpdate.NodesToUpdate.IsDefault ||
documentToUpdate.NodesToUpdate.Length >= 1);
// If we were given specific nodes to update, only update those. Otherwise
// updated everything from the root down.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册