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 2515c36 commit 2b70bf3Copy full SHA for 2b70bf3
src/sch/util.jl
@@ -29,6 +29,8 @@ unwrap_nested_exception(err::CapturedException) =
29
unwrap_nested_exception(err.ex)
30
unwrap_nested_exception(err::RemoteException) =
31
unwrap_nested_exception(err.captured)
32
+unwrap_nested_exception(err::DTaskFailedException) =
33
+ unwrap_nested_exception(err.ex)
34
unwrap_nested_exception(err) = err
35
36
"Gets a `NamedTuple` of options propagated by `thunk`."
0 commit comments