Rework pagination, fix caption2 font, some logging fixes, updated packages
This commit is contained in:
parent
b69ffe0a0c
commit
26741e8c6c
7 changed files with 249 additions and 239 deletions
|
@ -68,7 +68,7 @@ const acceptJob = (id, sock) => {
|
|||
}, sock).then(() => {
|
||||
log(`Job ${id} has finished`);
|
||||
}).catch((err) => {
|
||||
error(`Error on job ${id}:`, err, job.num);
|
||||
error(`Error on job ${id}: ${err}`, job.num);
|
||||
const newJob = jobs.get(id);
|
||||
if (!newJob.tag) {
|
||||
newJob.error = err.message;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue