From b0e0e4f24b91c9be6a9bb005dc1f683d3b563bd6 Mon Sep 17 00:00:00 2001 From: Leo Kettmeir Date: Wed, 11 Jan 2023 21:31:14 +0100 Subject: fix: don't panic on resolveDns if unsupported record type is specified (#17336) Fixes #14373 --- cli/tests/testdata/run/resolve_dns.ts.out | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/tests/testdata/run/resolve_dns.ts.out') diff --git a/cli/tests/testdata/run/resolve_dns.ts.out b/cli/tests/testdata/run/resolve_dns.ts.out index 2fe10cb9a..f41dc68bc 100644 --- a/cli/tests/testdata/run/resolve_dns.ts.out +++ b/cli/tests/testdata/run/resolve_dns.ts.out @@ -23,3 +23,4 @@ SRV TXT [["I","am","a","txt","record"],["I","am","another","txt","record"],["I am a different","txt record"],["key=val"]] Error NotFound thrown for not-found-example.com +Provided record type is not supported -- cgit v1.2.3