Hi,
I am getting this exception after upgrading to Bluebird 3.1.2:
TypeError: Cannot redefine property: length
at defineProperty (native)
at Function.Promise.coroutine (/home/ubuntu/services/sender/source/node_modules/bluebird/js/release/generators.js:188:5)
Looks like something that was added in 6bd757e
Notice that I am using node 0.12.2, maybe length cannot be overridden there ?
Hi,
I am getting this exception after upgrading to Bluebird 3.1.2:
TypeError: Cannot redefine property: length
at defineProperty (native)
at Function.Promise.coroutine (/home/ubuntu/services/sender/source/node_modules/bluebird/js/release/generators.js:188:5)
Looks like something that was added in 6bd757e
Notice that I am using node 0.12.2, maybe length cannot be overridden there ?