Skip to content

Commit

Permalink
chore(client): add client and engine version to DEBUG=*
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolg42 committed Apr 29, 2020
1 parent df15ba0 commit 28c55ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/packages/client/src/generation/TSClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ const path = require('path')
const fs = require('fs')
const debug = debugLib('prisma-client')
debug("Client Version ${engineVersion}")
debug("Engine Version ${engineVersion}")
/**
* Query Engine version: ${engineVersion}
* Prisma Client JS version: ${clientVersion}
Expand Down

0 comments on commit 28c55ae

Please sign in to comment.