Skip to content

Commit e353c15

Browse files
authored
Force gh action to re-run
Corrected the comment formatting for clarity.
1 parent 507258f commit e353c15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/utils.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ function getLibc() {
9898
if (process.platform !== 'linux') return null;
9999

100100
/**
101-
* executes `ldd --version`. on Alpine linux, `ldd` and `ldd --version` return exit code 1 and print the version
101+
* Executes `ldd --version`. on Alpine linux, `ldd` and `ldd --version` return exit code 1 and print the version
102102
* info to stderr, but on other platforms, `ldd --version` prints to stdout and returns exit code 0.
103103
*
104104
* So, this script works on both by return stderr if the command returns a non-zero exit code, otherwise stdout.

0 commit comments

Comments
 (0)