From 5a630b4629edec8f6d66129f771754233a83f308 Mon Sep 17 00:00:00 2001 From: Garrick Aden-Buie Date: Thu, 2 May 2024 15:57:45 -0400 Subject: [PATCH] fix: trailing comma typo --- R/chrome.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/chrome.R b/R/chrome.R index 12009e8..7c29e1b 100644 --- a/R/chrome.R +++ b/R/chrome.R @@ -199,7 +199,7 @@ launch_chrome_impl <- function(path, args, port) { if (file.info(stdout_file)$size > 0) { paste0( "\nThe following log file may contain more information:\n", - stdout_file, + stdout_file ) } )