Skip to content

Commit

Permalink
Merge pull request #581 from r-lib/message-call
Browse files Browse the repository at this point in the history
Message doesn't have a `call.` argument
  • Loading branch information
jimhester authored Nov 7, 2024
2 parents 1320a7a + 42297d2 commit 7827875
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/trace_calls.R
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@ trace_calls <- function (x, parent_functions = NULL, parent_ref = NULL) {
recurse(x)
}
else {
message("Unknown language class: ", paste(class(x), collapse = "/"),
call. = FALSE)
message("Unknown language class: ", paste(class(x), collapse = "/"))
x
}
}
Expand Down

0 comments on commit 7827875

Please sign in to comment.