lib/utils/LuaPanda.lua
require("socket.core")
this code is replaced to
require("lib.utils.socket.core")
There is also an error:
Could not read content of resolved dependency xxx\lib\utils\socket\core.lua.
I don't want such check and replacement for lua. Module "socket.core" is just a C Library but not a source code in my project.
LuaSocket
Please at least provide a configuration to turn off such behaviors.
lib/utils/LuaPanda.lua
require("socket.core")this code is replaced to
require("lib.utils.socket.core")There is also an error:
I don't want such check and replacement for lua. Module "socket.core" is just a C Library but not a source code in my project.
LuaSocket
Please at least provide a configuration to turn off such behaviors.