Skip to content
Snippets Groups Projects
Commit 9ee26f71 authored by John Harris's avatar John Harris
Browse files

style: rubocop fix

parent 9fbbf7bd
No related branches found
Tags 1.7.3
No related merge requests found
Pipeline #40351 failed
...@@ -41,7 +41,8 @@ module NexusSemanticLogger ...@@ -41,7 +41,8 @@ module NexusSemanticLogger
logger.info('SemanticLogger initialised.', level: config.log_level) logger.info('SemanticLogger initialised.', level: config.log_level)
config.after_initialize do config.after_initialize do
require("nexus_semantic_logger/extensions/action_dispatch/debug_exceptions") if defined?(::ActionDispatch::DebugExceptions) require("nexus_semantic_logger/extensions/action_dispatch/debug_exceptions") if defined?(
::ActionDispatch::DebugExceptions)
end end
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment