Adding logging to track down redis failures and why they're happening

pull/43/merge
Tim Robinson 2015-05-13 09:38:16 +00:00
rodzic 10c7f327dd
commit 6c388233a9
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -1,3 +1,7 @@
/**
* Watcher
* Watches files and folders for changes and notifies the rest of the system when they happen.
**/
define(function(require, exports, module) { define(function(require, exports, module) {
main.consumes = ["c9", "Plugin", "fs"]; main.consumes = ["c9", "Plugin", "fs"];
main.provides = ["watcher"]; main.provides = ["watcher"];