Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/naptha/tesseract.js.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormiguelm3 <miguel.angel.gatto@gmail.com>2020-11-26 01:06:00 +0300
committermiguelm3 <miguel.angel.gatto@gmail.com>2020-11-26 01:06:00 +0300
commitbf43f447b6c048fc6a0395633e8c4d3eb409916a (patch)
treefd1e8dd2de810c0a1a8c03bb0c5e1aad706605e6
parentdec119fa7b730f1d88cffc09f0bc97f1f6733bc6 (diff)
lint fix
-rw-r--r--src/createWorker.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/createWorker.js b/src/createWorker.js
index a6c47c3..d6a5875 100644
--- a/src/createWorker.js
+++ b/src/createWorker.js
@@ -173,7 +173,7 @@ module.exports = (_options = {}) => {
throw Error(data);
}
} else if (status === 'progress') {
- logger({...data, 'userJobId': jobId});
+ logger({ ...data, userJobId: jobId });
}
});