lib/git_wit/commands/debug.rb in git_wit-0.0.4.pre vs lib/git_wit/commands/debug.rb in git_wit-0.0.4.pre2
- old
+ new
@@ -1,9 +1,10 @@
module GitWit
module Commands
module Debug
def debug
boot_app
+ require "pp"
debug_banner "Start"
pp "ENVIRONMENT:", ENV
GitWit.configure { |c| pp "GitWit Config:", c }
debug_banner "End"
$stdout.flush
\ No newline at end of file