Update Release

This commit is contained in:
vczh
2024-09-29 00:14:53 -07:00
parent 19c3265deb
commit 34ed13b84a
20 changed files with 5859 additions and 5066 deletions
+3 -2
View File
@@ -219,7 +219,7 @@ Helper Functions
if (desc.imageId)
{
vint index = trace.imageCreations->Keys().IndexOf(desc.imageId.Value());
if (index!= 1)
if (index != -1)
{
auto binary = trace.imageCreations->Values()[index].imageData;
binary->SeekFromBegin(0);
@@ -1563,7 +1563,8 @@ UnitTestSnapshotFileNode
WString GetName() override
{
return file.GetFilePath().GetName();
auto name = file.GetFilePath().GetName();
return name.Left(name.Length() - 5);
}
LazyList<Ptr<IUnitTestSnapshotFileNode>> GetChildren() override