Skip to content

Commit

Permalink
fix(cli/dts): fix missing error class (NotSupported) in types (#10713)
Browse files Browse the repository at this point in the history
  • Loading branch information
sno2 authored and piscisaureus committed May 31, 2021
1 parent 3172443 commit 2ea1abc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/dts/lib.deno.ns.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ declare namespace Deno {
BadResource: ErrorConstructor;
Http: ErrorConstructor;
Busy: ErrorConstructor;
NotSupported: ErrorConstructor;
};

/** The current process id of the runtime. */
Expand Down

0 comments on commit 2ea1abc

Please sign in to comment.