This commit is contained in:
CortexCore
2024-12-25 11:11:31 +08:00
parent 0fddf0dc2a
commit 2c714da5b7
4 changed files with 29 additions and 4 deletions

View File

@@ -92,7 +92,7 @@ namespace BITKit.UX
//ve = document.rootVisualElement.Q(bindPathAtt.Path);
if (bindPathAtt.CanBeNull is false && ve is null)
BIT4Log.LogException(new NullReferenceException($"{self.GetType().Name}上未找到{bindPathAtt.Path}"));
BIT4Log.LogException(new NullReferenceException($"{self.GetType().Name},{rootVisualElement.name}上未找到{bindPathAtt.Path}"));
try
{