Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo committed Nov 3, 2023
1 parent d66e5c5 commit ac8f865
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/daemons.R
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,7 @@ daemons <- function(n, url = NULL, remote = NULL, dispatcher = TRUE, ...,

reap(envir[["sock"]])
length(envir[["sockc"]]) && reap(envir[["sockc"]])
`[[<-`(.., .compute, NULL)
envir <- NULL
..[[.compute]] <- NULL -> envir

} else if (is.null(envir[["sock"]])) {

Expand Down

0 comments on commit ac8f865

Please sign in to comment.