Skip to content

Commit 008f12f

Browse files
authored
Ensure silent background execution (#388)
1 parent a20fd4a commit 008f12f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

R/daemon.R

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -110,14 +110,6 @@ daemon <- function(
110110
devnull <- file(nullfile(), open = "w", blocking = FALSE)
111111
sink(file = devnull)
112112
sink(file = devnull, type = "message")
113-
on.exit(
114-
{
115-
sink(type = "message")
116-
sink()
117-
close(devnull)
118-
},
119-
add = TRUE
120-
)
121113
}
122114
xc <- 0L
123115
task <- 1L

0 commit comments

Comments
 (0)