We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7f5b0a commit ebfe4c1Copy full SHA for ebfe4c1
src/ChainRulesTestUtils.jl
@@ -30,7 +30,7 @@ function __init__()
30
@eval Test scrub_backtrace(bt, file_ts, file_t) = bt # make it do nothing
31
end
32
catch err
33
- @warn "Failed to monkey=patch scrub_backtrace. Code is functional but stacktraces may be less useful" exception=(err, catch_backtrace())
+ @warn "Failed to monkey-patch scrub_backtrace. Code is functional but stacktraces may be less useful" exception=(err, catch_backtrace())
34
35
36
0 commit comments