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 9dffb50 commit 72abc66Copy full SHA for 72abc66
PlotsBase/ext/PlotlyJSExt.jl
@@ -11,7 +11,8 @@ struct PlotlyJSBackend <: PlotsBase.AbstractBackend end
11
12
function PlotsBase.extension_init(::PlotlyJSBackend)
13
if Base.get_bool_env("PLOTSBASE_PLOTLYJS_UNSAFE_ELECTRON", false)
14
- (Sys.islinux() && isdefined(PlotlyJS, :unsafe_electron)) && PlotlyJS.unsafe_electron()
+ (Sys.islinux() && isdefined(PlotlyJS, :unsafe_electron)) &&
15
+ PlotlyJS.unsafe_electron()
16
end
17
18
0 commit comments