Skip to content

Commit 517c6cf

Browse files
Update src/installer.ts
Co-authored-by: per1234 <[email protected]>
1 parent ca53c5d commit 517c6cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/installer.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ async function downloadRelease(version: string): Promise<string> {
116116

117117
/**
118118
*
119-
* @param osArch - A string identifying the operating system platform for which the Node.js binary was compiled.
120-
* See https://nodejs.org/api/os.html#osplatform for possible values.
119+
* @param osArch - A string identifying operating system CPU architecture for which the Node.js binary was compiled.
120+
* See https://nodejs.org/api/os.html#osarch for possible values.
121121
* @returns Suffix for the protoc filename.
122122
*/
123123
function fileNameSuffix(osArch: string): string {

0 commit comments

Comments
 (0)