```r trajectory() %>% log_("I'm here") %>% timeout(1) %>% rollback(26) # points to log_ trajectory() %>% log_("I'm here") %>% timeout(1) %>% rollback(Inf) # points, incorrectly, to timeout ```