This commit is contained in:
CortexCore
2023-08-18 11:03:06 +08:00
parent 0cee02523b
commit 003fff50fa
16 changed files with 36 additions and 22 deletions

View File

@@ -17,7 +17,7 @@ public partial class Exec : Node
}
else
{
BIT4Log.Warnning<Exec>($"未加载:{path}");
BIT4Log.Warning<Exec>($"未加载:{path}");
}
}
}