Skip to content

Commit

Permalink
check string
Browse files Browse the repository at this point in the history
  • Loading branch information
kbvernon committed Oct 20, 2024
1 parent 0c19f3c commit 5852ea1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/read_cargo_metadata.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
#' }
#'
read_cargo_metadata <- function(path = ".") {
check_string(path, class = "rextendr_error")

root <- rprojroot::find_package_root_file(path = path)

rust_folder <- normalizePath(
Expand Down

0 comments on commit 5852ea1

Please sign in to comment.