Skip to content

Commit

Permalink
Merge pull request #2597 from emqx/dev/1.9.0
Browse files Browse the repository at this point in the history
Sync code from refs/heads/dev/1.9.0 to enterprise
  • Loading branch information
Kinplemelon authored Apr 25, 2024
2 parents ffb4487 + 9c1bd6b commit 5fba6c8
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)
throw new Error('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 5fba6c8

Please sign in to comment.