We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e50c11 commit 725bb51Copy full SHA for 725bb51
lib/find-visualstudio.js
@@ -30,7 +30,7 @@ class VisualStudioFinder {
30
this.configVersionYear = null
31
this.configPath = null
32
if (this.configMsvsVersion) {
33
- this.addLog('--msvs_version was set from command line')
+ this.addLog(`--msvs_version=${this.configMsvsVersion} was set on the command line`)
34
if (this.configMsvsVersion.match(/^\d{4}$/)) {
35
this.configVersionYear = parseInt(this.configMsvsVersion, 10)
36
this.addLog(
0 commit comments