This commit is contained in:
Daniel García Aubert 2019-04-03 18:53:58 +02:00
parent 544d85310f
commit 87eefb9cb7

View File

@ -187,7 +187,7 @@ Batch.prototype._drainJob = function (user, callback) {
self.clearWorkInProgressJob(user, job_id, function (err) {
if (err) {
debug(new Error('Could not clear job from work-in-progress list. Reason: ' + errClear.message));
debug(new Error('Could not clear job from work-in-progress list. Reason: ' + err.message));
}
self.jobQueue.enqueueFirst(user, job_id, callback);