Debugging bs

This commit is contained in:
marked 2025-03-02 18:37:18 +01:00
parent f5a58ec756
commit 861bd49f0e

View file

@ -72,6 +72,9 @@ elseif parsed.command == "release" then
end
elseif parsed.command == "test" then
local fpath = process.cwd
print(process.cwd)
print(fpath)
print(values["in"])
if values["in"] ~= process.cwd then
fpath ..= values["in"]
end