Files
node-v0.x-archive/lib
isaacs 06ada03ed9 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 08:39:13 -07:00
..
2011-03-14 17:37:05 -07:00
2011-03-14 17:37:05 -07:00
2012-03-30 21:24:02 +02:00
2012-02-18 15:34:57 -08:00
2011-03-14 17:37:05 -07:00
2012-03-07 13:37:39 -08:00
2012-02-18 15:34:57 -08:00
2012-02-18 15:34:57 -08:00
2012-02-27 14:00:18 -08:00
2012-02-22 20:58:24 -08:00
2012-04-06 16:13:40 -07:00
2011-03-14 17:37:05 -07:00
2012-01-09 12:59:28 -08:00
2012-03-03 23:48:57 -08:00