InteractiveErrors.jl icon indicating copy to clipboard operation
InteractiveErrors.jl copied to clipboard

Errors after @async are not interactive

Open rafaqz opened this issue 3 years ago • 1 comments

Found another one :)

julia> @async error()
Task (failed) @0x00007f7a83baca90

Stacktrace:
 [1] error()
   @ Base ./error.jl:42
 [2] (::var"#29#30")()
   @ Main ./task.jl:406

rafaqz avatar May 28 '21 11:05 rafaqz

That one may be pretty tricky to make interactive.

MichaelHatherly avatar May 28 '21 13:05 MichaelHatherly