Skip to content

Commit 180f40f

Browse files
"clear_output" is not a reply, but an IOPub message
1 parent f670c6c commit 180f40f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IJulia.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ function clear_output(wait=false)
285285
# flush pending stdio
286286
flush_all()
287287
empty!(displayqueue) # discard pending display requests
288-
send_ipython(publish[], msg_reply(execute_msg::Msg, "clear_output",
288+
send_ipython(publish[], msg_pub(execute_msg::Msg, "clear_output",
289289
Dict("wait" => wait)))
290290
stdio_bytes[] = 0 # reset output throttling
291291
end

0 commit comments

Comments
 (0)