diff --git a/R/cnd-abort.R b/R/cnd-abort.R index f9bb80978..e0b6dc732 100644 --- a/R/cnd-abort.R +++ b/R/cnd-abort.R @@ -1480,9 +1480,7 @@ peek_backtrace_on_error <- function() { return(opt) } - if (report_in_progress()) { - "branch" - } else if (is_interactive()) { + if (is_interactive()) { "reminder" } else { "full"