Skip to content

Commit

Permalink
Simplify reporting of bracktraces during knitting
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel- committed Jan 8, 2025
1 parent 628f4e4 commit 1dc4d1b
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 1dc4d1b

Please # to comment.