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
|
||||
# @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
|
||||
|
||||
|
|
Loading…
Reference in a new issue