From 65da1de7db42c6601dc7f91cf05cf391da5aa56c Mon Sep 17 00:00:00 2001 From: Itay Tsabary Date: Sun, 24 Nov 2024 21:03:18 +0200 Subject: [PATCH] chore(infra): add project dir path fn commit-id:6207c777 --- crates/infra_utils/src/path.rs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/crates/infra_utils/src/path.rs b/crates/infra_utils/src/path.rs index 418525bed70..2a0da9b2035 100644 --- a/crates/infra_utils/src/path.rs +++ b/crates/infra_utils/src/path.rs @@ -41,7 +41,12 @@ pub fn resolve_project_relative_path(relative_path: &str) -> Result Result { + resolve_project_relative_path(".") } fn path_of_project_root() -> PathBuf {