Closed MacLotsen closed 2 weeks ago
Maybe it's also wise to return a {}
instead of nil
, when the log file can't be opened, since it's giving an error in the __index
method.
@MacLotsen Sorry, I was away from keyboard when this PR was submitted, and didn’t see it! Would you mind adding the change you suggest, please? I mean return {}
instead of return
.
Many thanks!
If having an alternative output directory, the
tex_engine
logfile search will fail. Usingkpse.find_file
solves the matter, honoring theTEXMFOUTPUT
variable.Don't know if
kpse
is available in every situation though. Solves #6