kopia lustrzana https://github.com/c9/core
Adding logging to track down redis failures and why they're happening
rodzic
10c7f327dd
commit
6c388233a9
|
|
@ -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"];
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue