Skip to content

Commit

Permalink
Add comma
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Jun 19, 2024
1 parent fe7a414 commit a25874d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions R/eval.R
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,10 @@ evaluate_top_level_expression <- function(exprs,
attr(output[[srcindex]]$src, 'timing') <- time

if (show_value(output_handler, ev$visible)) {
# Ideally we'd evaluate the print() generic in envir in order to find
# any methods registered in that environment. That, however, is
# challenging and only makes a few tests a little simpler so we don't
# bother.
pv <- handle(
with_handlers(
withVisible(
Expand Down

0 comments on commit a25874d

Please sign in to comment.