mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
10 lines
276 B
TypeScript
10 lines
276 B
TypeScript
--- ts/util/getUserAgent.ts.orig 2023-10-19 19:29:53 UTC
|
|
+++ ts/util/getUserAgent.ts
|
|
@@ -9,6 +9,7 @@ const PLATFORM_STRINGS: { [platform: string]: string }
|
|
win32: 'Windows',
|
|
darwin: 'macOS',
|
|
linux: 'Linux',
|
|
+ freebsd: 'FreeBSD',
|
|
};
|
|
|
|
export function getUserAgent(
|