RubyGems
npm
Organizations
Log in
Sign up
RubyGems
orange
Versions diffs
0.3.6 → 0.3.7
orange 0.3.6 → 0.3.7
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
data/lib/orange-core/middleware/show_exceptions.rb
+1
-1
metadata
+2
-2
data/lib/orange-core/middleware/show_exceptions.rb
CHANGED
@@ -19,7 +19,7 @@ module Orange::Middleware
19
19
20
20
def call(env)
21
21
@app.call(env)
22
-
rescue
StandardError,
LoadError, SyntaxError
=> e
22
+
rescue
Exception
=> e
23
23
backtrace = pretty(env, e)
24
24
25
25
[500,
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
segments:
6
6
- 0
7
7
- 3
8
-
-
6
9
-
version: 0.3.
6
8
+
-
7
9
+
version: 0.3.
7
10
10
platform: ruby
11
11
authors:
12
12
- David Haslem