From 6c388233a9561a90ff545e2db3b6100949606d35 Mon Sep 17 00:00:00 2001 From: Tim Robinson Date: Wed, 13 May 2015 09:38:16 +0000 Subject: [PATCH] Adding logging to track down redis failures and why they're happening --- plugins/c9.ide.watcher/watcher.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/c9.ide.watcher/watcher.js b/plugins/c9.ide.watcher/watcher.js index 48207171..3e754f4b 100644 --- a/plugins/c9.ide.watcher/watcher.js +++ b/plugins/c9.ide.watcher/watcher.js @@ -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"];