diff --git a/src/worker.jl b/src/worker.jl index 92c74be..a1de467 100644 --- a/src/worker.jl +++ b/src/worker.jl @@ -38,7 +38,7 @@ function worker_init(f::File) end function Base.display(d::InlineDisplay, x) - push!(d.queue, @invokelatest render_mimetypes(x, d.cell_options)) + push!(d.queue, Base.@invokelatest render_mimetypes(x, d.cell_options)) return nothing end Base.displayable(::InlineDisplay, m::MIME) = true