This commit is contained in:
Salman Muin Kayser Chishti
2025-10-15 15:01:17 +01:00
parent 66e8437b3e
commit d402248c45
+2 -2
View File
@@ -76,8 +76,8 @@ export async function getDetails(): Promise<{
...(await (isWindows
? getWindowsInfo()
: isMacOS
? getMacOsInfo()
: getLinuxInfo())),
? getMacOsInfo()
: getLinuxInfo())),
platform,
arch,
isWindows,