Skip to content

Commit

Permalink
chore(find_chrome): Fix missing space in message
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Aug 11, 2023
1 parent 3eb50c8 commit fc2c22a
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 @@ -147,7 +147,7 @@ inform_if_chrome_not_found <- function(
if (!is.null(path)) return(invisible(path))

message(
searched_for, " not found.",
searched_for, " not found. ",
"Try setting the `CHROMOTE_CHROME` environment variable to the executable ",
"of a Chromium-based browser, such as Google Chrome, Chromium or Brave",
if (nzchar(extra_advice)) " ",
Expand Down

0 comments on commit fc2c22a

Please sign in to comment.