Skip to content

Commit 238a86b

Browse files
author
Cédric Belin
committed
Code formatting [skip ci]
1 parent 17de7c4 commit 238a86b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cakefile.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ npx = (command, args...) -> run "npm", "exec", "--", command, args...
4141

4242
# Spawns a new process using the specified command.
4343
run = (command, args...) ->
44-
{status} = spawnSync command, args, shell: yes, stdio: "inherit"
44+
{status} = spawnSync command, args, shell: on, stdio: "inherit"
4545
unless status is 0
4646
console.error "Command failed:", command, args...
4747
exit status

0 commit comments

Comments
 (0)