fixed pending filter log bug
This commit is contained in:
parent
868b93373c
commit
092f859e60
@ -697,8 +697,9 @@ Node.prototype.setWatches = function()
|
|||||||
self.getPending();
|
self.getPending();
|
||||||
}, 5);
|
}, 5);
|
||||||
}
|
}
|
||||||
console.success("Installed pending filter");
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
console.success("Installed pending filter");
|
||||||
}
|
}
|
||||||
catch (err)
|
catch (err)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user