Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
saschanaz committed Oct 7, 2024
1 parent 7ea806b commit f2891a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-find-visualstudio.js
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ describe('find-visualstudio', function () {

it('VS2022 Build Tools with ARM64 MSVC only', async function () {
if (process.arch !== 'arm64') {
return;
return
}

const msBuildPath = 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\' +
Expand Down

0 comments on commit f2891a4

Please sign in to comment.