Skip to content

Commit

Permalink
Fix use of stream1
Browse files Browse the repository at this point in the history
  • Loading branch information
melff committed Dec 19, 2024
1 parent 43c02a6 commit a4c6831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/R/widget-output.R
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ OutputWidgetClass <- R6Class_("OutputWidget",
private$r_msg_frag <- paste0(private$r_msg_frag, chunk)
}
else if(nzchar(chunk)) {
self$stream1(chunk, stream_name)
private$stream1(chunk, stream_name)
}
}
}
Expand Down

0 comments on commit a4c6831

Please sign in to comment.