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 2702bb7 commit ad07d3eCopy full SHA for ad07d3e
src/PlotlyLight.jl
@@ -11,7 +11,7 @@ export Plot, Config
11
12
#-----------------------------------------------------------------------------# plotly.js artifact
13
plotlyjs = let
14
- artifacts_toml = joinpath(@__DIR__, "..", "Artifacts.toml")
+ artifacts_toml = abspath(joinpath(@__DIR__, "..", "Artifacts.toml"))
15
plotlylatest_hash = artifact_hash("plotlylatest", artifacts_toml)
16
17
if isnothing(plotlylatest_hash) || !artifact_exists(plotlylatest_hash)
0 commit comments