fixed pending filter log bug

This commit is contained in:
cubedro 2015-06-02 00:23:27 +03:00
parent 868b93373c
commit 092f859e60
1 changed files with 2 additions and 1 deletions

View File

@ -697,8 +697,9 @@ Node.prototype.setWatches = function()
self.getPending();
}, 5);
}
console.success("Installed pending filter");
});
console.success("Installed pending filter");
}
catch (err)
{