@alcalzone/jsonl-db
Advanced tools
Comparing version 2.4.2 to 2.4.3
@@ -525,2 +525,5 @@ "use strict"; | ||
task = { type: "compress", done: (0, deferred_promise_1.createDeferredPromise)() }; | ||
// but catch errors! | ||
// eslint-disable-next-line @typescript-eslint/no-empty-function | ||
task.done.catch(() => { }); | ||
} | ||
@@ -527,0 +530,0 @@ else { |
{ | ||
"name": "@alcalzone/jsonl-db", | ||
"version": "2.4.2", | ||
"version": "2.4.3", | ||
"description": "Simple JSONL-based key-value store", | ||
@@ -5,0 +5,0 @@ "main": "./build/index.js", |
@@ -145,2 +145,5 @@ # jsonl-db | ||
--> | ||
### 2.4.3 (2022-02-09) | ||
* Errors while automatically compressing the DB are now caught | ||
### 2.4.2 (2022-02-09) | ||
@@ -147,0 +150,0 @@ * Errors while automatically restoring the DB from a backup or dump are now caught |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
69286
867
235