Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
saschanaz committed Oct 5, 2024
1 parent f0caedc commit dbb2b3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/find-visualstudio.js
Original file line number Diff line number Diff line change
Expand Up @@ -430,9 +430,9 @@ class VisualStudioFinder {

// Helper - process toolset information
getToolset (info, versionYear) {
const vcToolsArm64 = 'VC.Tools.ARM64';
const vcToolsArm64 = 'VC.Tools.ARM64'
const pkgArm64 = `Microsoft.VisualStudio.Component.${vcToolsArm64}`
const vcToolsX64 = 'VC.Tools.x86.x64';
const vcToolsX64 = 'VC.Tools.x86.x64'
const pkgX64 = `Microsoft.VisualStudio.Component.${vcToolsX64}`
const express = 'Microsoft.VisualStudio.WDExpress'

Expand Down

0 comments on commit dbb2b3e

Please sign in to comment.