Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(internals): rename getVersion to getEngineVersion #14054

Merged
merged 1 commit into from
Jun 29, 2022

Conversation

jkomyno
Copy link
Contributor

@jkomyno jkomyno commented Jun 29, 2022

Close #14055.

@jkomyno jkomyno added this to the 4.1.0 milestone Jun 29, 2022
@jkomyno jkomyno marked this pull request as ready for review June 29, 2022 12:01
@jkomyno jkomyno requested a review from a team June 29, 2022 12:01
@jkomyno jkomyno requested a review from Jolg42 as a code owner June 29, 2022 12:01
@jkomyno jkomyno requested review from millsp and removed request for a team June 29, 2022 12:01
@jkomyno jkomyno merged commit 33ab40e into main Jun 29, 2022
@jkomyno jkomyno deleted the chore/rename-getversion-to-getengineversion branch June 29, 2022 12:11
@@ -8,11 +7,9 @@ import execa from 'execa'
import { resolveBinary } from '../resolveBinary'
import { load } from '../utils/load'

const debug = Debug('prisma:getVersion')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Intentional removal of debug logging?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like it wasn't used (so no logs were emitted here)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wouldn'T setting DEBUG=* cause this to be triggered?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rename 'getVersion' to 'getEngineVersion' in @prisma/internals
4 participants