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 b5bfd83 commit 4a4d850Copy full SHA for 4a4d850
base/task.jl
@@ -53,7 +53,6 @@ push!(c::CompositeException, ex) = push!(c.exceptions, ex)
53
pushfirst!(c::CompositeException, ex) = pushfirst!(c.exceptions, ex)
54
isempty(c::CompositeException) = isempty(c.exceptions)
55
iterate(c::CompositeException, state...) = iterate(c.exceptions, state...)
56
-eltype(::Type{CompositeException}) = Any
57
58
function showerror(io::IO, ex::CompositeException)
59
if !isempty(ex)
0 commit comments