Debugging Lua 5.1 and 5.2 on GitHub.
This commit is contained in:
parent
1eb8371341
commit
ea3f82bdf0
|
@ -712,7 +712,9 @@ function screenshot:filepath_builder(args)
|
|||
local prefix = args.prefix
|
||||
|
||||
print("Entering filepath_builder(args)")
|
||||
print(args)
|
||||
print(args.filepath)
|
||||
print(args.directory)
|
||||
print(args.prefix)
|
||||
|
||||
if filepath and check_filepath(filepath) then
|
||||
|
||||
|
|
Loading…
Reference in New Issue