Skip to content

Commit

Permalink
chore(packages): Fixup formatting of an error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Omikhleia authored and alerque committed Jun 23, 2024
1 parent 7c416b5 commit b775147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bibtex/bibliography.lua
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ do
von_start, last_lim, jr_lim, first_start, first_lim = 1, commas[1], commas[2], commas[2], n + 1
divide_von_from_last()
else
SU.error("Too many commas in name '%s'")
SU.error(("Too many commas in name '%s'"):format(str))
end
-- <set fields of name based on [[first_start]] and friends>=
-- We set long and short forms together; [[ss]] is the
Expand Down

0 comments on commit b775147

Please sign in to comment.