This commit is contained in:
CortexCore
2024-08-02 14:34:53 +08:00
parent d48a4abe1a
commit a256dc33ed
4 changed files with 8 additions and 1 deletions

View File

@@ -100,6 +100,10 @@ namespace BITKit
{
return;
}
catch (Exception e)
{
BIT4Log.LogException(e);
}
currentElement.IsEntered = false;
OnExit?.Invoke(currentElement);
}