Skip to content

Commit

Permalink
Update executeCommand.ts - prettier suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm1957 authored Apr 17, 2024
1 parent 96ac4e3 commit d352df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/executeCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export function executeCommand(
if (isWindows) {
if (command === "npm") {
command += ".cmd";
spawnOptions.shell=true;
spawnOptions.shell = true;
}

Check failure on line 76 in src/lib/executeCommand.ts

View workflow job for this annotation

GitHub Actions / check-and-lint (16.x)

Replace `⏎↹↹↹` with `·`
else if (command === "node") command += ".exe";
}
Expand Down

0 comments on commit d352df5

Please sign in to comment.