Skip to content

Instantly share code, notes, and snippets.

@ericvicenti
Created July 22, 2013 16:50
Show Gist options
  • Save ericvicenti/53f8253e38cda873ba15 to your computer and use it in GitHub Desktop.
Save ericvicenti/53f8253e38cda873ba15 to your computer and use it in GitHub Desktop.
> require('graceful-fs').watch('/my/latest/js/project', function(e, f){ console.log(f); });
{ domain: null,
_events: { change: [Function] },
_maxListeners: 10,
_handle: { owner: [Circular], onchange: [Function] } }
> .DS_Store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment