Skip to content

Commit

Permalink
chore(scripts/license-checker): use console.error() to log failures
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Aug 3, 2023
1 parent f7acf13 commit 0e02ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/license-checker.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ async function checkLicenses() {
);

if (copyLeftLicensesList.length > 0) {
console.log(
console.error(
`The following dependencies are using copyleft licenses: ${copyLeftLicensesList.join(
", "
)}`
Expand Down

0 comments on commit 0e02ff4

Please sign in to comment.