diff options
Diffstat (limited to 'cli/js/errors.ts')
-rw-r--r-- | cli/js/errors.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cli/js/errors.ts b/cli/js/errors.ts index 02ddfa2f2..8cd7a76be 100644 --- a/cli/js/errors.ts +++ b/cli/js/errors.ts @@ -75,5 +75,6 @@ export enum ErrorKind { UnsupportedFetchScheme = 47, TooManyRedirects = 48, Diagnostic = 49, - JSError = 50 + JSError = 50, + TypeError = 51 } |