Skip to content

Commit

Permalink
chore(script): do not throw error when version does not match
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinplemelon committed Apr 25, 2024
1 parent 11e8911 commit 9c1bd6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/checkPackageVersion.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const check = async () => {
if (emqxVersion !== packageVersion) {
console.log('EMQX Version:', emqxVersion)
console.log('Package Version:', packageVersion)
console.warning('EMQX version and package version are not the same!')
console.warn('EMQX version and package version are not the same!')
}
}

Expand Down

0 comments on commit 9c1bd6b

Please sign in to comment.