Project

General

Profile

« Previous | Next » 

Revision fcc0d38b

Added by Ohad Levy over 12 years ago

  • ID fcc0d38bc89a9a3d6d372469bbc3a697e3b787f1

fixes #1149 - add backtrace to log failures

View differences:

lib/features_api.rb
erb :"features/index"
end
rescue => e
log_halt 400, e.to_s
log_halt 400, e
end
end
......
begin
Proxy.version.to_json
rescue => e
log_halt 400, e.to_s
log_halt 400, e
end
end

Also available in: Unified diff