Skip to content

Commit

Permalink
Revert changes to lib/find-visualstudio.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jan 13, 2025
1 parent 03b9529 commit 49e6a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/find-visualstudio.js
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ class VisualStudioFinder {
ret.versionYear = 2019
return ret
}
if (ret.versionMajor === 17) {
if (ret.versionMajor === 17) {
ret.versionYear = 2022
return ret
}
Expand Down

0 comments on commit 49e6a3f

Please sign in to comment.