lib/volt/volt/app.rb in volt-0.9.5.pre9 vs lib/volt/volt/app.rb in volt-0.9.5.pre11

- old
+ new

@@ -78,9 +78,11 @@ setup_paths # Require in app and initializers run_app_and_initializers unless RUBY_PLATFORM == 'opal' + require_components + # abort_on_exception is a useful debugging tool, and in my opinion something # you probbaly want on. That said you can disable it if you need. unless RUBY_PLATFORM == 'opal' Thread.abort_on_exception = Volt.config.abort_on_exception end