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
Hello,
I need run local lua script (which I can't change)i.e. c:\lua_stuff\some_proj\local.lua I want use lupa.
Can I pass file directly to lupa or use something like:
Hello,
I need run local lua script (which I can't change)i.e.
c:\lua_stuff\some_proj\local.lua
I want use lupa.Can I pass file directly to lupa or use something like:
But there is a problem because
local.lua
use relative paths so in order to run it I need be inc:\lua_stuff\
directoryPS C:\lua_stuff> lua .some_proj\local.lua
and since script do to return anything, can I check return code or something?
The text was updated successfully, but these errors were encountered: