Add chalk

This commit is contained in:
HaveAGitGat 2022-05-21 19:29:26 +01:00
parent 1f9ad7c0ad
commit 1ea00f1616
2 changed files with 7 additions and 6 deletions

View file

@ -22,7 +22,7 @@ const run = async (tests) => {
}
} catch (err) {
// eslint-disable-next-line no-console
console.log(err);
console.error(err);
process.exit(1);
}
};