Skip to content

Commit

Permalink
fix(client): (debug) version for client
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolg42 committed May 15, 2020
1 parent df6cbf7 commit b8b2a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packages/client/src/generation/TSClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const path = require('path')
const fs = require('fs')
const debug = debugLib('prisma-client')
debug("Client Version ${engineVersion}")
debug("Client Version ${clientVersion}")
debug("Engine Version ${engineVersion}")
/**
Expand Down

0 comments on commit b8b2a25

Please sign in to comment.