summaryrefslogtreecommitdiff
path: root/cli/dts/lib.deno.ns.d.ts
diff options
context:
space:
mode:
authorCarter Snook <cartersnook04@gmail.com>2021-05-20 00:57:15 -0500
committerBert Belder <bertbelder@gmail.com>2021-05-31 16:37:32 +0200
commit67cf683aad7d6fb7b0dc741267585c991b8be847 (patch)
treedd874bfb89d73222e263aa27e210390615379784 /cli/dts/lib.deno.ns.d.ts
parent2fe4aaa10d5a6fd2ff6a65372c7064cdef7768f3 (diff)
fix(cli/dts): fix missing error class (NotSupported) in types (#10713)
Diffstat (limited to 'cli/dts/lib.deno.ns.d.ts')
-rw-r--r--cli/dts/lib.deno.ns.d.ts1
1 files changed, 1 insertions, 0 deletions
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. */