Skip to content

Commit

Permalink
wp7: update IronRuby, fix issue with RubyExceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
genywind committed Oct 25, 2011
1 parent 9d2a06b commit 5f7d850
Show file tree
Hide file tree
Showing 5 changed files with 1,570 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/framework/rho/rho.rb
Expand Up @@ -957,7 +957,7 @@ def self.current_exception
def send_error(exception=nil,status=500,hash=false)
if exception
trace_msg = exception.backtrace.join("\n")
puts "App error: #{exception}\n #{trace_msg}"
puts "App error: #{exception.message}\n #{trace_msg}"
end
body=''

Expand Down

0 comments on commit 5f7d850

Please sign in to comment.