Skip to content

Instantly share code, notes, and snippets.

@isaacs
Created September 17, 2012 22:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isaacs/3740226 to your computer and use it in GitHub Desktop.
Save isaacs/3740226 to your computer and use it in GitHub Desktop.
$ ./node test/simple/test-fs-watch.js
event="change" filename=null expectFilePath=true
assert.js:102
throw new assert.AssertionError({
^
AssertionError: "watch.txt" == null
at FSWatcher.<anonymous> (/Users/isaacs/dev/js/node-master/test/simple/test-fs-watch.js:71:18)
at FSWatcher.EventEmitter.emit (events.js:91:17)
at FSEvent._handle.onchange (fs.js:901:12)
at process.startup.processMakeCallback.process._makeCallback (node.js:248:20)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment