Skip to content

Commit e8fabf0

Browse files
committed
android
1 parent 0f2e408 commit e8fabf0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugins/fs/src/commands.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -967,6 +967,8 @@ pub fn resolve_file<R: Runtime>(
967967
path: SafeFilePath,
968968
open_options: OpenOptions,
969969
) -> CommandResult<(File, PathBuf)> {
970+
use crate::FsExt;
971+
970972
match path {
971973
SafeFilePath::Url(url) => {
972974
let path = url.as_str().into();

0 commit comments

Comments
 (0)