diff options
Diffstat (limited to 'ext/kv/01_db.ts')
-rw-r--r-- | ext/kv/01_db.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/kv/01_db.ts b/ext/kv/01_db.ts index 9aa2036dd..418ce3ff2 100644 --- a/ext/kv/01_db.ts +++ b/ext/kv/01_db.ts @@ -318,6 +318,7 @@ class Kv { const _res = isPromise(result) ? (await result) : result; success = true; } catch (error) { + // deno-lint-ignore no-console console.error("Exception in queue handler", error); } finally { const promise: Promise<void> = op_kv_finish_dequeued_message( |