refactor: use deno_path_util (#25918)

This commit is contained in:
David Sherret 2024-09-28 07:55:01 -04:00 committed by GitHub
parent b694efb384
commit fc739dc5eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
33 changed files with 83 additions and 140 deletions

View file

@ -16,7 +16,7 @@ use deno_core::anyhow::anyhow;
use deno_core::anyhow::bail;
use deno_core::anyhow::Context;
use deno_core::error::AnyError;
use deno_core::normalize_path;
use deno_path_util::normalize_path;
use deno_task_shell::ShellCommand;
use crate::args::CliOptions;