Debugging bs
This commit is contained in:
parent
f5a58ec756
commit
861bd49f0e
1 changed files with 3 additions and 0 deletions
|
@ -72,6 +72,9 @@ elseif parsed.command == "release" then
|
||||||
end
|
end
|
||||||
elseif parsed.command == "test" then
|
elseif parsed.command == "test" then
|
||||||
local fpath = process.cwd
|
local fpath = process.cwd
|
||||||
|
print(process.cwd)
|
||||||
|
print(fpath)
|
||||||
|
print(values["in"])
|
||||||
if values["in"] ~= process.cwd then
|
if values["in"] ~= process.cwd then
|
||||||
fpath ..= values["in"]
|
fpath ..= values["in"]
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue