Skip to content

Commit

Permalink
make XO happy
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Oct 22, 2016
1 parent 24c40c4 commit 8dc81c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimization-test.js
Expand Up @@ -39,5 +39,5 @@ sut.unicorn().then(() => {
});
}).catch(err => {
console.error(err.stack);
process.exit(1); // eslint-disable-line xo/no-process-exit
process.exit(1); // eslint-disable-line unicorn/no-process-exit
});

0 comments on commit 8dc81c1

Please sign in to comment.