public
Fork of bmizerany/sinatra
Description: Classy web-development dressed in a DSL
Homepage: http://sinatrarb.com
Clone URL: git://github.com/JackDanger/sinatra.git
Notify user of error if DSL error
Blake Mizerany (author)
Thu Nov 29 17:57:07 -0800 2007
commit  bd8515bbf89bcb7502ef5e7099bc6f714ecbf30f
tree    5acfb8fbf069648b17ce8b27e310558878a2c763
parent  525d99f1421c54844ebe13cb4a3d0480feab17a1
...
442
443
444
 
445
446
...
442
443
444
445
446
447
0
@@ -442,5 +442,6 @@ class NilClass
0
 end
0
 
0
 at_exit do
0
+ raise $! if $!
0
   Sinatra.run if Sinatra.application.options.run
0
 end

Comments

    No one has commented yet.