Skip to content

Commit ca53c5d

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/installer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ function fileNameSuffix(osArch: string): string {
147147
* @param osPlat - The operating system platform for which the Node.js binary was compiled.
148148
* See https://nodejs.org/api/os.html#osplatform for more.
149149
* @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.
150+
* See https://nodejs.org/api/os.html#osarch for more.
151151
* @returns The filename of the protocol buffer for the given release, platform and architecture.
152152
*
153153
*/

0 commit comments

Comments
 (0)