Skip to content

Commit

Permalink
💬 Change error to warning in licenses script
Browse files Browse the repository at this point in the history
  • Loading branch information
kierandrewett committed Jul 20, 2023
1 parent 1bf05fa commit 96e2fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/licences.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const main = async () => {
try {
return compareVersions(a.version, b.version)
} catch (e) {
console.error(e);
console.warn("Warning: ", e.stack);
return -1;
}
});
Expand Down

0 comments on commit 96e2fa4

Please sign in to comment.