We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 507258f commit e353c15Copy full SHA for e353c15
1 file changed
.github/scripts/utils.mjs
@@ -98,7 +98,7 @@ function getLibc() {
98
if (process.platform !== 'linux') return null;
99
100
/**
101
- * executes `ldd --version`. on Alpine linux, `ldd` and `ldd --version` return exit code 1 and print the version
+ * Executes `ldd --version`. on Alpine linux, `ldd` and `ldd --version` return exit code 1 and print the version
102
* info to stderr, but on other platforms, `ldd --version` prints to stdout and returns exit code 0.
103
*
104
* So, this script works on both by return stderr if the command returns a non-zero exit code, otherwise stdout.
0 commit comments