Closed balzafin closed 1 year ago
This seems to have been introduced here: https://github.com/keonik/prisma-erd-generator/pull/229. I assume it's not intentional?
Another option could be to conditionally log the options:
if (debug) { console.log('generator options', options); }
:tada: This PR is included in version 1.10.0-alpha.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Not intentional, sorry for missing that debug line.
This seems to have been introduced here: https://github.com/keonik/prisma-erd-generator/pull/229. I assume it's not intentional?
Another option could be to conditionally log the options: