Skip to content

Commit

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

if (options.logCommandExecution == null)
Expand Down

0 comments on commit b6352b3

Please sign in to comment.