Update release

This commit is contained in:
vczh
2023-03-20 23:11:07 -07:00
parent a1d1e45b26
commit f1a46d0fe1
14 changed files with 16014 additions and 906 deletions
+2 -2
View File
@@ -528,13 +528,13 @@ LogTypeManager (class)
if (info->GetObservingPropertyCount() > 0)
{
writer.WriteString(L" observing {");
writer.WriteLine(L" observing {");
vint count = info->GetObservingPropertyCount();
for (vint i = 0; i < count; i++)
{
writer.WriteLine(L" " + info->GetObservingProperty(i)->GetName() + L",");
}
writer.WriteString(L"}");
writer.WriteLine(L" }");
}
else
{