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 7bdfd7c commit 411fa77Copy full SHA for 411fa77
src/rendering/show.jl
@@ -9,7 +9,7 @@ function convert_vl_to_x(v::VLSpec, fileformat)
9
reader = @async read(p, String)
10
wait(p)
11
res = fetch(reader)
12
- if p.processes[1].exitcode != 0 || p.processes[2].exitcode != 0
+ if p.exitcode != 0
13
throw(ArgumentError("Invalid spec"))
14
end
15
return res
0 commit comments