Skip to content

Commit

Permalink
3.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
null8626 committed Oct 24, 2024
1 parent eaa5c99 commit 3fa52f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci_artifacts.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,6 @@ if (
expectedNodeTargets.length !== 0 ||
!foundJavaJar
) {
console.error('error: found missing targets. exiting.')
console.error(`error: found missing targets. exiting.\nmissing native targets: ${expectedNativeTargets.length}\nmissing node targets: ${expectedNodeTargets.length}\nfound java jar: ${foundJavaJar ? 'yes' : 'no'}`)
process.exit(1)
}

0 comments on commit 3fa52f3

Please sign in to comment.