Skip to content

Commit

Permalink
dont spawn task
Browse files Browse the repository at this point in the history
  • Loading branch information
BeastyBlacksmith committed Feb 23, 2024
1 parent 47cc5aa commit 1203477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PlotlyJS.jl
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function __init__()
@warn("Warnings were generated during the last build of PlotlyJS: please check the build log at $_build_log")
end

kaleido_task = Base.Threads.@spawn PlotlyKaleido.start()
kaleido_task = PlotlyKaleido.start()

if !isfile(_js_path)
@info("plotly.js javascript libary not found -- downloading now")
Expand Down

0 comments on commit 1203477

Please sign in to comment.