Zeroing in on lua 5.1 and 5.2 bug on GitHub.
This commit is contained in:
parent
00925a3039
commit
fb77f90959
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue