julia: disable stacked trace for windows

This commit is contained in:
qwjyh 2023-11-02 20:32:19 +09:00
parent 63c3a122dc
commit 02b2b52b03

View file

@ -18,9 +18,9 @@ end
# catch e
# @warn "Failed to load InteractiveCodeSearch"
# end
try
using AbbreviatedStackTraces
catch e
@warn "Failed to load AbbreviatedStackTraces"
end
# try
# using AbbreviatedStackTraces
# catch e
# @warn "Failed to load AbbreviatedStackTraces"
# end