We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f99c6b commit 477a6ffCopy full SHA for 477a6ff
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