We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f99c6b + 477a6ff commit b7a0e8eCopy full SHA for b7a0e8e
1 file changed
src/ruleset_loading.jl
@@ -136,6 +136,6 @@ function _safe_hook_fun(hook_fun, sig)
136
try
137
hook_fun(sig)
138
catch err
139
- @error "Error triggering hook" hook_fun sig exception=err
+ @error "Error triggering hook" hook_fun sig exception=(err, catch_backtrace())
140
end
141
0 commit comments