From b7e4aaa1f9dad6b56259655393e11b957dec0f93 Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Wed, 19 Feb 2025 09:37:39 -0300 Subject: [PATCH] chore: typo --- src/styles.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles.cr b/src/styles.cr index 6b77d43..95cb882 100644 --- a/src/styles.cr +++ b/src/styles.cr @@ -35,7 +35,7 @@ module Tartrazine end begin 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}") end end