mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-15 02:05:54 -07:00
Add chalk
This commit is contained in:
parent
1f9ad7c0ad
commit
1ea00f1616
2 changed files with 7 additions and 6 deletions
|
|
@ -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);
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue