Skip to content

Commit

Permalink
Merge a498424 into a929583
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Dec 26, 2022
2 parents a929583 + a498424 commit 924d4a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outputters/libtexpdf.lua
Expand Up @@ -145,7 +145,7 @@ function outputter:setFont (options)
pdf.setdirmode(0)
end
_font = pdf.loadfont(font)
if _font < 0 then SU.error("Font loading error for "..options) end
if _font < 0 then SU.error("Font loading error for " .. pl.pretty.write(options, "")) end
lastkey = key
return _font
end
Expand Down

0 comments on commit 924d4a0

Please sign in to comment.