We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41830d3 commit 45cbfe8Copy full SHA for 45cbfe8
test/gdscript_tests/package_path.gd
@@ -7,6 +7,7 @@ var initial_package_cpath
7
8
func _init():
9
lua_state = LuaState.new()
10
+ lua_state.registry.LUA_NOENV = true
11
lua_state.open_libraries()
12
initial_package_path = lua_state.package_path
13
initial_package_cpath = lua_state.package_cpath
0 commit comments