0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-07 23:06:50 -05:00

todo is resolved

This commit is contained in:
David Sherret 2025-01-31 20:39:01 -05:00
parent f5fdb69447
commit 56f6cc175c

View file

@ -434,8 +434,6 @@ impl<
path
};
// todo(dsherret): we could avoid this metadata call in many cases
// if we keep track of it earlier on in resolution
let maybe_file_type = self.sys.fs_metadata(&path).map(|m| m.file_type());
match maybe_file_type {
Ok(FileType::Dir) => {