Skip to content

Commit

Permalink
show verbose error when failing to install win32-process gem
Browse files Browse the repository at this point in the history
  • Loading branch information
timcharper committed Apr 19, 2010
1 parent 4bf7955 commit de047ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ext/mkrf_conf.rb
Expand Up @@ -15,7 +15,8 @@
STDERR.puts "installing windows dependencies"
begin
inst.install "win32-process", "~> 0.6.1"
rescue
rescue => e
STDERR.puts "Failed to install necessary dependency gem win32-process: #{e}"
exit(1)
end
end
Expand Down

0 comments on commit de047ca

Please sign in to comment.