Skip to content

Commit

Permalink
Update engine.R
Browse files Browse the repository at this point in the history
  • Loading branch information
ElianHugh committed Sep 16, 2024
1 parent 9a9ab70 commit 39dfabb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/engine.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
new_engine <- function(config) {
stopifnot(is_config(config))
print(sprintf("loop empty: %s", later::loop_empty()))

later::run_now()
structure(
list2env(
list(
Expand Down

0 comments on commit 39dfabb

Please sign in to comment.