diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2022-11-28 17:28:54 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-28 17:28:54 -0500 |
| commit | 2d4c46c975eb916dc622cc729a1a8d397582a76f (patch) | |
| tree | 445e819117acd2f94ffc9d7da7ed8e3e604435d0 /cli/worker.rs | |
| parent | f526513d74d34ac254aa40ef9b73238cb21c395b (diff) | |
refactor: create util folder, move nap_sym to napi/sym, move http_cache to cache folder (#16857)
Diffstat (limited to 'cli/worker.rs')
| -rw-r--r-- | cli/worker.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/worker.rs b/cli/worker.rs index ad7b4e8ed..4762bab1f 100644 --- a/cli/worker.rs +++ b/cli/worker.rs @@ -24,7 +24,6 @@ use deno_runtime::worker::WorkerOptions; use deno_runtime::BootstrapOptions; use crate::args::DenoSubcommand; -use crate::checksum; use crate::errors; use crate::module_loader::CliModuleLoader; use crate::node; @@ -34,6 +33,7 @@ use crate::proc_state::ProcState; use crate::tools; use crate::tools::coverage::CoverageCollector; use crate::tools::test::TestMode; +use crate::util::checksum; use crate::version; pub struct CliMainWorker { |
