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 f9bf7de commit 91181aeCopy full SHA for 91181ae
src/sch/util.jl
@@ -33,6 +33,8 @@ unwrap_nested_exception(err::DTaskFailedException) =
33
unwrap_nested_exception(err.ex)
34
unwrap_nested_exception(err::TaskFailedException) =
35
unwrap_nested_exception(err.t.exception)
36
+unwrap_nested_exception(err::LoadError) =
37
+ unwrap_nested_exception(err.error)
38
unwrap_nested_exception(err) = err
39
40
"Gets a `NamedTuple` of options propagated by `thunk`."
0 commit comments