Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enhance(fs): improve error message when resolving path in debug builds #1939

Open
wants to merge 9 commits into
base: v2
Choose a base branch
from
Prev Previous commit
comma
amrbashir authored Dec 9, 2024
commit 4fa05f7799ae8587a84d7e0d59a4fdf2a943e2b3
4 changes: 2 additions & 2 deletions plugins/fs/src/commands.rs
Original file line number Diff line number Diff line change
@@ -393,7 +393,7 @@ pub async fn read_file<R: Runtime>(
global_scope,
command_scope,
path,
options
options,
)
.await
}
@@ -413,7 +413,7 @@ pub async fn read_text_file<R: Runtime>(
global_scope,
command_scope,
path,
options
options,
)
.await
}