Skip to content
This repository has been archived by the owner on Nov 2, 2019. It is now read-only.

Commit

Permalink
Use warn for printing warnings/suggestions.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Jul 7, 2012
1 parent c0b73d8 commit cf60fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/furnace-avm2-shell
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ begin
gem "pry" gem "pry"
require "pry" require "pry"
rescue LoadError => e rescue LoadError => e
$stderr.puts "Run `gem install pry` to install Pry" warn "Run `gem install pry` to install Pry"
exit -1 exit -1
end end


Expand Down

0 comments on commit cf60fc6

Please sign in to comment.