Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau committed Nov 4, 2024
1 parent 7352501 commit bdf8216
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/crew_launcher.R
Original file line number Diff line number Diff line change
Expand Up @@ -774,10 +774,9 @@ crew_class_launcher <- R6::R6Class(
private$.workers$socket[index] <- socket
private$.workers$start[index] <- nanonext::mclock() / 1000
private$.workers$launches[index] <- private$.workers$launches[index] + 1L
private$.workers$futile[index] <- futile
private$.workers$crashes[index] <- crashes
private$.workers$launched[index] <- TRUE
private$.workers$terminated[index] <- FALSE
private$.workers$history[index] <- complete
invisible()
},
#' @description Forward an asynchronous launch/termination error condition
Expand Down

0 comments on commit bdf8216

Please sign in to comment.