From e8fabf05a2a564793f51bd62202132b88d1a7163 Mon Sep 17 00:00:00 2001 From: FabianLars Date: Wed, 20 Nov 2024 19:29:33 +0100 Subject: [PATCH] android --- plugins/fs/src/commands.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/fs/src/commands.rs b/plugins/fs/src/commands.rs index e3132781..3b213156 100644 --- a/plugins/fs/src/commands.rs +++ b/plugins/fs/src/commands.rs @@ -967,6 +967,8 @@ pub fn resolve_file( path: SafeFilePath, open_options: OpenOptions, ) -> CommandResult<(File, PathBuf)> { + use crate::FsExt; + match path { SafeFilePath::Url(url) => { let path = url.as_str().into();