Skip to content

Commit

Permalink
chore: auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 5, 2023
1 parent 88523d3 commit ff3e731
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/testRunner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ async function main(): Promise<void> {
process.platform === "darwin"
? "darwin"
: process.platform === "win32"
? "win32-archive"
: "linux-x64";
? "win32-archive"
: "linux-x64";

const cliPath = resolveCliPathFromVSCodeExecutablePath(
executable,
Expand Down

0 comments on commit ff3e731

Please sign in to comment.