Zeroing in on lua 5.1 and 5.2 bug on GitHub.

This commit is contained in:
Brian Sobulefsky 2022-08-23 22:40:11 -07:00 committed by Emmanuel Lepage Vallee
parent 00925a3039
commit fb77f90959
1 changed files with 4 additions and 0 deletions

View File

@ -764,6 +764,10 @@ function screenshot:filepath_builder(args)
end
directory, prefix, filepath = make_filepath(directory, prefix)
print("Finished building filepath:")
print(directory)
print(prefix)
print(filepath)
end