diff options
Diffstat (limited to 'cli/deno_error.rs')
-rw-r--r-- | cli/deno_error.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/deno_error.rs b/cli/deno_error.rs index 2bc021f52..e024a396c 100644 --- a/cli/deno_error.rs +++ b/cli/deno_error.rs @@ -174,6 +174,7 @@ impl GetErrorKind for url::ParseError { } RelativeUrlWithoutBase => ErrorKind::RelativeUrlWithoutBase, SetHostOnCannotBeABaseUrl => ErrorKind::SetHostOnCannotBeABaseUrl, + _ => ErrorKind::Other, } } } |