完善日志

This commit is contained in:
lanyizi 2025-04-08 09:41:56 +02:00
parent a942768c8d
commit 22cfb1f0a9

View File

@ -45,6 +45,7 @@ namespace AnotherReplayReader.ReplayFile
var lastByte = current.ReadBytes(size - 2).Last();
if (lastByte != 0xFF)
{
Debug.Instance.DebugMessage += $"Failed to parse command {command:X}, last byte is {lastByte:X}";
// throw new InvalidDataException($"Failed to parse command {command:X}, last byte is {lastByte:X}");
}
};