bentonam / fakeit

Generates JSON documents based on models defined in YAML and adds them to a Couchbase Bucket
MIT License
86 stars 21 forks source link

Add a way to debug the project #93

Closed tjbenton closed 6 years ago

tjbenton commented 7 years ago

Currently the project has // console.log('some message') throughout most of the functions. This isn't to useful since you have to go through the code and uncomment these instances to see these messages.

We need to add the debug library to make it easy to debug problems that may come up.

tjbenton commented 6 years ago

this is being added in v2