scribe/config/error_handler.cr

4 lines
103 B
Crystal
Raw Normal View History

2021-05-01 17:02:08 -04:00
Lucky::ErrorHandler.configure do |settings|
settings.show_debug_output = !Lucky::Env.production?
end