Created
May 30, 2014 19:12
-
-
Save ryanstout/0987b0b976bd0edd3a43 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var fsevents = require('fsevents'); | |
var watcher = fsevents('/Users/ryanstout/Sites/infinitydrive/drive'); | |
watcher.on('fsevent', function(path) { console.log(path); }); | |
watcher.start(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment