Skip to content

Commit

Permalink
Better fix for signalCondition()
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Oct 9, 2024
1 parent 0a43a02 commit 33c1286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/evaluate.R
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ evaluate <- function(input,
),
eval_continue = function() TRUE,
eval_stop = function() FALSE,
eval_error = function(cnd) {signalCondition(cnd); FALSE}
eval_error = function(cnd) {signalCondition(cnd); stop(cnd)}
)
watcher$check_devices()

Expand Down

0 comments on commit 33c1286

Please sign in to comment.