You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
localM= {}
functionM.init()
return'init'endfunctionM.test()
require('foo').init(2) -- The function takes only 0 parameters, but you passed 1.require('depth1.foo').init()
endreturnM
Describe the bug
Make diagnostic wrong.
To Reproduce
Steps to reproduce the behavior:
Build an ENV below
Run client the server
Input:
tree
:Output:
Input:
cat depth1/foo.lua
Output:
Expected behavior
require('foo').init(2)
keep silentEnvironment (please complete the following information):
The text was updated successfully, but these errors were encountered: