julia: disable stacked trace for windows
This commit is contained in:
parent
63c3a122dc
commit
02b2b52b03
1 changed files with 5 additions and 5 deletions
|
@ -18,9 +18,9 @@ end
|
||||||
# catch e
|
# catch e
|
||||||
# @warn "Failed to load InteractiveCodeSearch"
|
# @warn "Failed to load InteractiveCodeSearch"
|
||||||
# end
|
# end
|
||||||
try
|
# try
|
||||||
using AbbreviatedStackTraces
|
# using AbbreviatedStackTraces
|
||||||
catch e
|
# catch e
|
||||||
@warn "Failed to load AbbreviatedStackTraces"
|
# @warn "Failed to load AbbreviatedStackTraces"
|
||||||
end
|
# end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue