mirror of
https://gitea.invidious.io/iv-org/shard-kilt.git
synced 2024-08-15 00:43:15 +00:00
Merge c783e5e6bd
into b7289f80ad
This commit is contained in:
commit
536dcb00bf
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ module Kilt
|
|||
{% if Kilt::ENGINES[ext] %}
|
||||
{{Kilt::ENGINES[ext]}}({{filename}}, {{io_name}}, {{*args}})
|
||||
{% else %}
|
||||
raise Kilt::Exception.new("Unsupported template engine for extension: \"" + {{ext}} + "\"")
|
||||
{% raise "Unsupported template engine for extension: #{ext}" %}
|
||||
{% end %}
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue