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 55b25d0 commit aebcabd
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 @@ -57,6 +57,6 @@ npx = (command, args...) -> run "npm", "exec", "--", command, args...
###
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 aebcabd

Please sign in to comment.