Skip to content

Commit

Permalink
fix(packages): Avoid crash on warn by using correct function
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Jul 21, 2021
1 parent b403ad9 commit 5d05be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pandoc.lua
Expand Up @@ -40,7 +40,7 @@ local handlePandocArgs = function (options)
end)
end
else
SU.warning("Unhandled class ‘"..class.."’, not mapped to legacy option and no matching wrapper function")
SU.warn("Unhandled class ‘"..class.."’, not mapped to legacy option and no matching wrapper function")
end
end
options.classes = nil
Expand Down

0 comments on commit 5d05be1

Please sign in to comment.