scribe/config/error_handler.cr

4 lines
103 B
Crystal
Raw Normal View History

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