Skip to content

Commit

Permalink
Simplify reporting of bracktraces during knitting (r-lib#1769)
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel- committed Jan 14, 2025
1 parent ae699d1 commit 0ed1bf2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions R/cnd-abort.R
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0ed1bf2

Please sign in to comment.