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 5fa5306 commit 17a77f7Copy full SHA for 17a77f7
src/rendering/show.jl
@@ -7,7 +7,6 @@ function convert_vl_to_x(v::VLSpec, fileformat; cmd_args="")
7
8
writer = @async begin
9
our_json_print(buffered_output_stream, v)
10
- flush(buffered_output_stream)
11
close(buffered_output_stream)
12
close(p.in)
13
end
0 commit comments