We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fec731 commit 54e486cCopy full SHA for 54e486c
stdlib/REPL/src/TerminalMenus/AbstractMenu.jl
@@ -192,7 +192,7 @@ function request(term::REPL.Terminals.TTYTerminal, m::AbstractMenu; cursor::Unio
192
REPL.Terminals.raw!(term, true)
193
true
194
catch err
195
- suppress_output || @warn(LazyString("TerminalMenus: Unable to enter raw mode: ", err))
+ suppress_output || @warn "TerminalMenus: Unable to enter raw mode: " exception=(err, catch_backtrace())
196
false
197
end
198
# hide the cursor
0 commit comments