We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9dac39 commit ba0abafCopy full SHA for ba0abaf
src/main/ruby/jruby/rack/capture.rb
@@ -128,12 +128,5 @@ def capture
128
end
129
130
131
- module Native
132
- def capture
133
- super
134
- output.puts "\n--- Java Exception"
135
- cause.printStackTrace java.io.PrintStream.new(output.to_outputstream)
136
- end
137
138
139
src/main/ruby/jruby/rack/core_ext.rb
@@ -22,7 +22,3 @@ class Exception
22
class LoadError
23
include JRuby::Rack::Capture::LoadPath
24
25
-
26
-class NativeException
27
- include JRuby::Rack::Capture::Native
28
-end
0 commit comments