Files
node-v0.x-archive/lib
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
..
2011-03-14 17:37:05 -07:00
2011-10-05 18:51:06 -07:00
2011-03-14 17:37:05 -07:00
2011-10-31 17:36:43 +09:00
2011-03-14 17:37:05 -07:00
2011-10-22 14:14:40 +09:00
2012-02-07 23:16:40 +01:00
2012-03-22 17:09:22 -07:00
2012-02-27 14:03:18 -08:00
2011-11-10 14:51:16 -08:00
2011-03-14 17:37:05 -07:00
2012-01-30 14:12:23 +01:00
2012-01-22 17:29:40 +09:00
2011-09-08 13:30:52 -07:00