Skip to content

Commit 88ccea8

Browse files
committed
doh... semis
1 parent 44134be commit 88ccea8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ const mkCommand = cmd => (args, options = {}) => {
2424
);
2525
if (error) throw error;
2626
if (status) {
27-
console.error(stdout.toString()):
28-
console.error(stderr.toString()):
27+
console.error(stdout.toString());
28+
console.error(stderr.toString());
2929
throw new Error(
3030
`${cmd} failed with status code ${status}`
3131
);

0 commit comments

Comments
 (0)