We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae824e0 commit 9dac0acCopy full SHA for 9dac0ac
1 file changed
ext/AbbrvStackTracesREPLExt.jl
@@ -14,6 +14,7 @@ end
14
if VERSION ≥ v"1.12-alpha"
15
import REPL:
16
call_on_backend
17
+
18
function REPL.print_response(errio::IO, response, backend::Union{REPL.REPLBackendRef,Nothing}, show_value::Bool, have_color::Bool, specialdisplay::Union{AbstractDisplay,Nothing}=nothing)
19
Base.sigatomic_begin()
20
val, iserr = response
0 commit comments