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

Commit

Permalink
Scrub 'bin/johnson' lines from the backtrace in interactive mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarnette committed Apr 25, 2008
1 parent 36533ab commit 9ab93fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/johnson
Expand Up @@ -42,7 +42,7 @@ def rescued(&block)
yield
rescue Exception => e
puts e.message
puts e.backtrace
puts e.backtrace.reject { |l| l =~ /bin\/johnson/ }
end

def eval_in_js(expression)
Expand Down

0 comments on commit 9ab93fb

Please sign in to comment.