From 9d363312782f00a871c13cd3b0c23617f5e1929d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Fri, 23 Oct 2020 16:56:25 +0200 Subject: Revert "feat(cli): Add deno cache --test and --worker (#7920)" (#8089) This reverts commit be15cf285dbf3a7b3025d34cb80e87e54a55dd93. --- core/module_specifier.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/module_specifier.rs b/core/module_specifier.rs index aec568d47..82452c067 100644 --- a/core/module_specifier.rs +++ b/core/module_specifier.rs @@ -149,7 +149,7 @@ impl ModuleSpecifier { /// Converts a string representing a relative or absolute path into a /// ModuleSpecifier. A relative path is considered relative to the current /// working directory. - pub fn resolve_path( + fn resolve_path( path_str: &str, ) -> Result { let path = current_dir().unwrap().join(path_str); -- cgit v1.2.3