mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +00:00
Add debug.
This commit is contained in:
@@ -298,7 +298,8 @@ function optionToValue(name, string) {
|
||||
*
|
||||
* @private
|
||||
*/
|
||||
function onJobRemove() {
|
||||
function onJobRemove(error, res, body) {
|
||||
console.log('removed job id ' + this.id + ': ' + this.url);
|
||||
this.id = this.url = null;
|
||||
this.removing = false;
|
||||
this.emit('remove');
|
||||
|
||||
Reference in New Issue
Block a user