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