Bug fix for deep process.mixin array handling
authorFelix Geisendörfer <felix@debuggable.com>
Mon, 1 Mar 2010 15:05:28 +0000 (16:05 +0100)
committerRyan Dahl <ry@tinyclouds.org>
Mon, 1 Mar 2010 22:13:57 +0000 (14:13 -0800)
commit55ab9b4541b2507f4e5491dd07437fab10867425
tree1bbf184dc1d694baccd89e3876c34fa4fb4419f8
parent6034701f57354d7e44d7378d9d6f9860e49619fc
Bug fix for deep process.mixin array handling

process.mixin was throwing an exception when trying to do a deep copy
of an object that included an array.

This bug was introduced in: 3bb7ad6fea42545e9d84ba5cbef8b48e470790fc
src/node.js
test/simple/test-process-mixin.js