diff --git a/R/utils_callr.R b/R/utils_callr.R index b3ab7c9b..8b0ee83d 100644 --- a/R/utils_callr.R +++ b/R/utils_callr.R @@ -179,12 +179,12 @@ callr_inner <- function( # ), # error = function(condition) { # } - ) - if (is.null(result$condition)) { - out - } else { - result$condition - } + # ) + # if (is.null(result$condition)) { + # out + # } else { + # result$condition + # } } #' @title Invoke a `targets` task from inside a `callr` function