Skip to content

Commit 54e486c

Browse files
committed
pass exception via key
1 parent 4fec731 commit 54e486c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/REPL/src/TerminalMenus/AbstractMenu.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ function request(term::REPL.Terminals.TTYTerminal, m::AbstractMenu; cursor::Unio
192192
REPL.Terminals.raw!(term, true)
193193
true
194194
catch err
195-
suppress_output || @warn(LazyString("TerminalMenus: Unable to enter raw mode: ", err))
195+
suppress_output || @warn "TerminalMenus: Unable to enter raw mode: " exception=(err, catch_backtrace())
196196
false
197197
end
198198
# hide the cursor

0 commit comments

Comments
 (0)