Typo
This commit is contained in:
parent
544d85310f
commit
87eefb9cb7
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user