Skip to content

Commit 98cfe47

Browse files
committed
Code formatting
1 parent e4476c7 commit 98cfe47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cakefile.coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ npx = (command, args...) -> run "npm", "exec", "--", command, args...
3939
# Spawns a new process using the specified command.
4040
run = (command, args...) ->
4141
{status} = spawnSync command, args, shell: on, stdio: "inherit"
42-
throw Error [command, args...].join " " unless status is 0
42+
throw Error [command, args...].join " " if status isnt 0

0 commit comments

Comments
 (0)