Add Lua debug logging API

This commit is contained in:
gem
2026-06-09 10:55:08 +08:00
parent 5ebe6ee786
commit 45ab9d7861
9 changed files with 101 additions and 2 deletions

View File

@@ -130,6 +130,7 @@ String _formatDebugValue(Object? value) {
}
enum RuntimeDiagnosticType {
luaLog,
luaEventError,
diffApplyError,
packageActivationError,