Files
node-v0.x-archive/test
isaacs c75f71dd72 fs.WriteStream: Handle modifications to fs.open
If the fs.open method is modified via AOP-style extension, in between
the creation of an fs.WriteStream and the processing of its action
queue, then the test of whether or not the method === fs.open will fail,
because fs.open has been replaced.

The solution is to save a reference to fs.open on the stream itself when
the action is placed in the queue.

This fixes isaacs/node-graceful-fs#6.
2012-04-09 09:03:00 -07:00
..
2012-04-05 18:18:48 -07:00
2012-01-17 19:45:09 +01:00
2012-01-17 19:45:09 +01:00
2010-11-23 23:33:19 -06:00
2012-01-17 20:16:49 +01:00