mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 17:34:47 -05:00
fix(cli/dts): fix missing error class (NotSupported) in types (#10713)
This commit is contained in:
parent
2fe4aaa10d
commit
67cf683aad
1 changed files with 1 additions and 0 deletions
1
cli/dts/lib.deno.ns.d.ts
vendored
1
cli/dts/lib.deno.ns.d.ts
vendored
|
@ -84,6 +84,7 @@ declare namespace Deno {
|
||||||
BadResource: ErrorConstructor;
|
BadResource: ErrorConstructor;
|
||||||
Http: ErrorConstructor;
|
Http: ErrorConstructor;
|
||||||
Busy: ErrorConstructor;
|
Busy: ErrorConstructor;
|
||||||
|
NotSupported: ErrorConstructor;
|
||||||
};
|
};
|
||||||
|
|
||||||
/** The current process id of the runtime. */
|
/** The current process id of the runtime. */
|
||||||
|
|
Loading…
Add table
Reference in a new issue