diff --git a/src/animation.jl b/src/animation.jl index 7d55b567..cac6ca3a 100644 --- a/src/animation.jl +++ b/src/animation.jl @@ -104,7 +104,7 @@ function Base.show(io::IO, ::MIME"text/html", agif::AnimatedGif) write(io, if ext == "gif" "" elseif ext in ("mov", "mp4") - "" + "" else error("Cannot show animation with extension $ext: $agif") end)