Skip to content

Commit b583c02

Browse files
Fix thinko in commit 2f32d32 updating signalEarly()
1 parent 0b8b092 commit b583c02

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

R/utils-signalEarly.R

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,6 @@ signalEarly <- function(future, ...) {
2222

2323
debug <- isTRUE(getOption("future.debug"))
2424
if (debug) mdebug_push("signalEarly() ...")
25-
26-
## Nothing to do?
27-
if (!resolved(future, .signalEarly = FALSE)) {
28-
if (debug) {
29-
mdebug("Future is not resolved. Skipping")
30-
mdebug_pop()
31-
}
32-
return(future)
33-
}
3425

3526
result <- result(future)
3627
stop_if_not(inherits(result, "FutureResult"))

0 commit comments

Comments
 (0)