This commit is contained in:
CortexCore 2024-07-31 17:39:33 +08:00
parent 4120559a3a
commit 79cda26586
1 changed files with 1 additions and 1 deletions

View File

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