ericholiveira / studio

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

fix empty plain object clone #60

Closed Meettya closed 7 years ago

Meettya commented 7 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)