Skip to content

Commit

Permalink
Merge branch 'staging' of https://github.com/dothq/scalar into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
ejaz4 committed Jul 20, 2023
2 parents 1a653ea + 6fa79b3 commit 1c3a86c
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.warn("Warning: ", e.stack);
console.warn("Warning: ", e.message);
return -1;
}
});
Expand Down

0 comments on commit 1c3a86c

Please sign in to comment.