Merge pull request +7316 from c9/fix/test-redis

[WIP] Adding logging to track down redis failures and why they're happening
pull/43/merge
Lennart Kats 2015-05-13 12:33:01 +02:00
commit 2fb3b36dca
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) {
main.consumes = ["c9", "Plugin", "fs"];
main.provides = ["watcher"];