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