ericholiveira / studio

A nodejs framework to create decoupled and scalable applications
MIT License
488 stars 61 forks source link

Fix clone for plain object #59

Closed Meettya closed 8 years ago

Meettya commented 8 years ago

I have error on call service with empty plain object

doThing({}).then(...)

TypeError: undefined is not a function at clone (/project/node_modules/studio/src/util/clone.js:56:19)

ericholiveira commented 8 years ago

Thx @Meettya just published your fix :)