From 02b2b52b03d123c0f01855b539cedd4fdc6504da Mon Sep 17 00:00:00 2001 From: qwjyh Date: Thu, 2 Nov 2023 20:32:19 +0900 Subject: [PATCH] julia: disable stacked trace for windows --- dotfiles/startup_windows.jl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dotfiles/startup_windows.jl b/dotfiles/startup_windows.jl index 1381b51..e4c8fa5 100644 --- a/dotfiles/startup_windows.jl +++ b/dotfiles/startup_windows.jl @@ -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