Skip to content

Commit

Permalink
fix error message when cmess library is not installed
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Feb 23, 2011
1 parent a8202e8 commit b5f445a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rakefile
Expand Up @@ -344,7 +344,7 @@ end
def validate_strings_files
begin
require 'cmess/guess_encoding'
rescue
rescue LoadError
die 'You must "gem install cmess" to use character encoding detection'
end

Expand Down

0 comments on commit b5f445a

Please sign in to comment.