Skip to content
This repository has been archived by the owner on Jan 11, 2018. It is now read-only.

Commit

Permalink
Change load error handling slightly in Installer#launch
Browse files Browse the repository at this point in the history
  • Loading branch information
sr committed Apr 14, 2009
1 parent 7d5b80b commit 54a76b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/integrity/installer.rb
Expand Up @@ -50,8 +50,7 @@ def launch

Thin::Server.start("0.0.0.0", options[:port], Integrity::App)
rescue LoadError => boom
missing_dependency = boom.message.split("--").last.lstrip
puts "Please install #{missing_dependency} to launch Integrity"
puts "Make sure thin and do_sqlite3 are insatalled"
end

private
Expand Down

0 comments on commit 54a76b2

Please sign in to comment.