fixed pending filter log bug

This commit is contained in:
cubedro 2015-06-02 00:23:27 +03:00
parent 868b93373c
commit 092f859e60

View File

@ -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)
{ {