Skip to content

Commit f5c5e79

Browse files
authored
fix passing user flags to kaleido executable (#21)
1 parent ee8ed72 commit f5c5e79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PlotlyKaleido.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ function start(;
117117
end
118118
end
119119
# We add the flags to the BIN
120-
append!(BIN.exec, chromium_flags, extra_flags)
120+
append!(BIN.exec, chromium_flags, user_flags)
121121

122122
kstdin = Pipe()
123123
kstdout = Pipe()

0 commit comments

Comments
 (0)