From 585cf2de89f1d253bc14e0835790445d14e324f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Fri, 24 Nov 2023 00:38:07 +0100 Subject: feat(unstable): tar up directory with deno.json (#21228) Co-authored-by: David Sherret Co-authored-by: Luca Casonato Co-authored-by: Luca Casonato --- cli/http_util.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/http_util.rs') diff --git a/cli/http_util.rs b/cli/http_util.rs index e90e0ee96..e121f2a50 100644 --- a/cli/http_util.rs +++ b/cli/http_util.rs @@ -259,7 +259,7 @@ impl HttpClient { result } - fn client(&self) -> Result<&reqwest::Client, AnyError> { + pub(crate) fn client(&self) -> Result<&reqwest::Client, AnyError> { self.cell.get_or_try_init(|| { create_http_client( get_user_agent(), -- cgit v1.2.3