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 c896ad2 commit 4a40e09Copy full SHA for 4a40e09
test/asyncmap.jl
@@ -56,7 +56,7 @@ len_only_iterable = (1,2,3,4,5)
56
57
# Check that we throw a `CapturedException` holding the stacktrace if `f` throws
58
f42105(i) = i == 5 ? error("captured") : i
59
-let
+let
60
e = try
61
asyncmap(f42105, 1:5)
62
catch e
0 commit comments