Skip to content

Commit

Permalink
Load pp when debugging
Browse files Browse the repository at this point in the history
darcs-hash:20070306211200-4fc50-e2446fd2c76f8f7a7778e9dca2af49d3a838f940.gz
  • Loading branch information
leahneukirchen committed Mar 6, 2007
1 parent e5fa2f9 commit 4687521
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/rackup
Expand Up @@ -72,6 +72,8 @@ opts = OptionParser.new("", 24, ' ') { |opts|
opts.parse! ARGV
}

require 'pp' if $DEBUG

config = ARGV[0] || "config.ru"
if !File.exist? config
abort "configuration #{config} not found"
Expand Down

0 comments on commit 4687521

Please sign in to comment.