Skip to content

Commit b1c694f

Browse files
committed
Don't need a full stack trace
1 parent 33305d8 commit b1c694f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

2023/repl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ read -r -d '' STARTUP <<EOT || true
2323
try
2424
@eval using Debugger
2525
catch e
26-
@warn "Need to install Debugger?" exception=(e, catch_backtrace())
26+
@warn "Need to install Debugger?" exception=(e)
2727
end
2828
try
2929
@eval using Revise
3030
catch e
31-
@warn "Need to install Revise?" exception=(e, catch_backtrace())
31+
@warn "Need to install Revise?" exception=(e)
3232
end
3333
using $MODULE
3434
using Runner

0 commit comments

Comments
 (0)