keonik / prisma-erd-generator

Generate an ER Diagram based on your Prisma schema every time you run npx prisma generate
https://www.npmjs.com/package/prisma-erd-generator
MIT License
894 stars 52 forks source link

Do not log options on generate #230

Closed balzafin closed 1 year ago

balzafin commented 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);
}
github-actions[bot] commented 1 year ago

:tada: This PR is included in version 1.10.0-alpha.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

halostatue commented 1 year ago

Not intentional, sorry for missing that debug line.