From 67cf683aad7d6fb7b0dc741267585c991b8be847 Mon Sep 17 00:00:00 2001 From: Carter Snook Date: Thu, 20 May 2021 00:57:15 -0500 Subject: fix(cli/dts): fix missing error class (NotSupported) in types (#10713) --- cli/dts/lib.deno.ns.d.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/dts/lib.deno.ns.d.ts') diff --git a/cli/dts/lib.deno.ns.d.ts b/cli/dts/lib.deno.ns.d.ts index e3a59ac78..c56371a23 100644 --- a/cli/dts/lib.deno.ns.d.ts +++ b/cli/dts/lib.deno.ns.d.ts @@ -84,6 +84,7 @@ declare namespace Deno { BadResource: ErrorConstructor; Http: ErrorConstructor; Busy: ErrorConstructor; + NotSupported: ErrorConstructor; }; /** The current process id of the runtime. */ -- cgit v1.2.3