Skip to content

Commit

Permalink
fix passing user flags to kaleido executable (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbejanov authored Sep 10, 2024
1 parent ee8ed72 commit f5c5e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PlotlyKaleido.jl
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ function start(;
end
end
# We add the flags to the BIN
append!(BIN.exec, chromium_flags, extra_flags)
append!(BIN.exec, chromium_flags, user_flags)

kstdin = Pipe()
kstdout = Pipe()
Expand Down

0 comments on commit f5c5e79

Please sign in to comment.