Skip to content

Commit

Permalink
append no remainder by default
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpcouch committed Oct 28, 2024
1 parent 52ed271 commit 24e1ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/rstudioapi.R
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ wipe_selection <- function(selection, context) {
selection
}

stream_selection <- function(selection, context, pal, n_lines_orig, remainder) {
stream_selection <- function(selection, context, pal, n_lines_orig, remainder = "") {
selection_text <- selection[["text"]]
output_lines <- character(0)
stream <- pal[[".__enclos_env__"]][["private"]]$.stream(selection_text)
Expand Down

0 comments on commit 24e1ee8

Please sign in to comment.