mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 18:38:33 +00:00
chore(ext/kv): update denokv crates (#21357)
This commit is contained in:
parent
32c041c8d7
commit
75ec650f08
4 changed files with 17 additions and 14 deletions
|
@ -212,7 +212,7 @@ pub fn get_error_class_name(e: &AnyError) -> Option<&'static str> {
|
|||
.map(get_url_parse_error_class)
|
||||
})
|
||||
.or_else(|| {
|
||||
e.downcast_ref::<deno_kv::sqlite::TypeError>()
|
||||
e.downcast_ref::<deno_kv::sqlite::SqliteBackendError>()
|
||||
.map(|_| "TypeError")
|
||||
})
|
||||
.or_else(|| {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue