Skip to content

Commit

Permalink
pass exception via key
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy committed Mar 12, 2022
1 parent 4fec731 commit 54e486c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/REPL/src/TerminalMenus/AbstractMenu.jl
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ function request(term::REPL.Terminals.TTYTerminal, m::AbstractMenu; cursor::Unio
REPL.Terminals.raw!(term, true)
true
catch err
suppress_output || @warn(LazyString("TerminalMenus: Unable to enter raw mode: ", err))
suppress_output || @warn "TerminalMenus: Unable to enter raw mode: " exception=(err, catch_backtrace())
false
end
# hide the cursor
Expand Down

0 comments on commit 54e486c

Please sign in to comment.