diff --git a/crates/infra_utils/src/path.rs b/crates/infra_utils/src/path.rs index f3ceeb0802..d8080216fe 100644 --- a/crates/infra_utils/src/path.rs +++ b/crates/infra_utils/src/path.rs @@ -31,6 +31,14 @@ pub fn resolve_project_relative_path(relative_path: &str) -> Result Result { + resolve_project_relative_path(".") +} + fn path_of_project_root() -> PathBuf { cargo_manifest_dir() // Attempt to get the `CARGO_MANIFEST_DIR` environment variable and convert it to `PathBuf`.