diff --git a/Support/lib/support.rb b/Support/lib/support.rb index 0612db9..9087369 100644 --- a/Support/lib/support.rb +++ b/Support/lib/support.rb @@ -26,6 +26,8 @@ class CONFIGURATION # mapping. def self.character_map YAML.load_file(location) + rescue RuntimeError => error + TextMate.exit_show_tool_tip(error.message) end # Open the configuration file in TextMate.