mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-08-09 12:59:26 +00:00
chore: typo
This commit is contained in:
@@ -35,7 +35,7 @@ module Tartrazine
|
|||||||
end
|
end
|
||||||
begin
|
begin
|
||||||
Theme.from_xml(ThemeFiles.get("/#{name}.xml").gets_to_end)
|
Theme.from_xml(ThemeFiles.get("/#{name}.xml").gets_to_end)
|
||||||
rescue ex ; Exception
|
rescue ex : Exception
|
||||||
raise Exception.new("Error loading theme #{name}: #{ex.message}")
|
raise Exception.new("Error loading theme #{name}: #{ex.message}")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user