Skip to content

Commit

Permalink
comment out more code
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau committed Jan 2, 2025
1 parent 11b01bc commit 6a1069a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions R/utils_callr.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a1069a

Please sign in to comment.