I have this in my startup script:
try
redirect_stdio(stdout=devnull, stderr=devnull) do
@eval using AbbreviatedStackTraces
end
catch e
@warn "Error while importing AbbreviatedStackTraces" exception=(e, catch_backtrace())
end
I have this in my startup script:
try
redirect_stdio(stdout=devnull, stderr=devnull) do
@eval using AbbreviatedStackTraces
end
catch e
@warn "Error while importing AbbreviatedStackTraces" exception=(e, catch_backtrace())
end