Skip to content

Commit 6c504ab

Browse files
iwoplazaCopilot
andcommitted
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 9e4daca commit 6c504ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/typegpu-cli/src/utils

packages/typegpu-cli/src/utils/pm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export function pmInstall(pm: Agent) {
5858
failAndExit(`Cannot resolve install command for ${pm}`);
5959
}
6060

61-
const label = `${cmd.command} ${cmd.args.join(' ')}`;
61+
const label = `${cmd.command}${cmd.args.length ? ` ${cmd.args.join(' ')}` : ''}`;
6262
p.log.step(`Running ${label}...`);
6363
runCommand(cmd.command, cmd.args, true);
6464
p.log.success('Installed dependencies.');

0 commit comments

Comments
 (0)