Fixed weird message in Batch SQL API
This commit is contained in:
parent
028e0d1553
commit
fbaebfe8f2
@ -59,7 +59,7 @@ JobBackend.prototype.update = function (job_id, sql, callback) {
|
||||
}
|
||||
|
||||
if (job.status !== 'pending') {
|
||||
return callback(new Error('Job is not pending, it couldn\'t be updated'));
|
||||
return callback(new Error('Job is not pending, it cannot be updated'));
|
||||
}
|
||||
|
||||
var now = new Date().toISOString();
|
||||
|
Loading…
Reference in New Issue
Block a user