Skip to content

Commit

Permalink
fix: trailing comma typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie authored May 2, 2024
1 parent ea07a6a commit 5a630b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/chrome.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
}
)
Expand Down

0 comments on commit 5a630b4

Please sign in to comment.