Skip to content

Commit

Permalink
Code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Nov 5, 2024
1 parent 77015bf commit a920c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cakefile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ npx = (command, args...) -> run "npm", "exec", "--", command, args...
# Spawns a new process using the specified command.
run = (command, args...) ->
{status} = spawnSync command, args, shell: yes, stdio: "inherit"
if status isnt 0
unless status is 0
console.error "Command failed:", command, args...
process.exit status

0 comments on commit a920c79

Please sign in to comment.