Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Ahh ok, that seems to work just fine. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to use a Lua runtime with
debug
enabled. I have the following test code:But when I use this with the following
test.lua
:I get the following error:
This happens even if I add
mlua::StdLib::PACKAGE
to the set of libraries to load. The error doesn't happen if I use the regularLua::new()
(without anydebug
in the Lua code).Beta Was this translation helpful? Give feedback.
All reactions