We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca53c5d commit 517c6cfCopy full SHA for 517c6cf
src/installer.ts
@@ -116,8 +116,8 @@ async function downloadRelease(version: string): Promise<string> {
116
117
/**
118
*
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.
+ * @param osArch - A string identifying operating system CPU architecture for which the Node.js binary was compiled.
+ * See https://nodejs.org/api/os.html#osarch for possible values.
121
* @returns Suffix for the protoc filename.
122
*/
123
function fileNameSuffix(osArch: string): string {
0 commit comments