Debugging Lua 5.1 and 5.2 on GitHub.

This commit is contained in:
Brian Sobulefsky 2022-08-23 22:18:40 -07:00 committed by Emmanuel Lepage Vallee
parent 1eb8371341
commit ea3f82bdf0
1 changed files with 3 additions and 1 deletions

View File

@ -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