We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc2aa9b commit 0d3f446Copy full SHA for 0d3f446
R/session/vsc.R
@@ -438,7 +438,7 @@ if (use_httpgd && "httpgd" %in% .packages(all.available = TRUE)) {
438
on.exit({
439
dev.off()
440
cat(get_timestamp(), file = plot_lock_file)
441
- if (request_tcp_connection) {
+ if (!is.na(request_tcp_connection)) {
442
tryCatch({
443
plot_file_content <- readr::read_file_raw(plot_file)
444
format <- "image/png"# right now only this format is supported
0 commit comments