Skip to content

Commit 725bb51

Browse files
authored
Update log message format for msvs_version
1 parent 5e50c11 commit 725bb51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/find-visualstudio.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class VisualStudioFinder {
3030
this.configVersionYear = null
3131
this.configPath = null
3232
if (this.configMsvsVersion) {
33-
this.addLog('--msvs_version was set from command line')
33+
this.addLog(`--msvs_version=${this.configMsvsVersion} was set on the command line`)
3434
if (this.configMsvsVersion.match(/^\d{4}$/)) {
3535
this.configVersionYear = parseInt(this.configMsvsVersion, 10)
3636
this.addLog(

0 commit comments

Comments
 (0)