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 129bc08 commit ca53c5dCopy full SHA for ca53c5d
src/installer.ts
@@ -147,7 +147,7 @@ function fileNameSuffix(osArch: string): string {
147
* @param osPlat - The operating system platform for which the Node.js binary was compiled.
148
* See https://nodejs.org/api/os.html#osplatform for more.
149
* @param osArch - The operating system CPU architecture for which the Node.js binary was compiled.
150
- * See https://nodejs.org/api/os.html#osplatform for more.
+ * See https://nodejs.org/api/os.html#osarch for more.
151
* @returns The filename of the protocol buffer for the given release, platform and architecture.
152
*
153
*/
0 commit comments