From 44919f478e482b01e8deae79ebbad42931cdad0e Mon Sep 17 00:00:00 2001 From: Danil Nikolaev Date: Wed, 28 Jan 2026 16:45:10 +0300 Subject: [PATCH] update system-info text --- src/util/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/utils.ts b/src/util/utils.ts index a62b93d..e96d740 100644 --- a/src/util/utils.ts +++ b/src/util/utils.ts @@ -315,7 +315,7 @@ export async function initSystemSpecs(): Promise { `OS: ${os.distro}\n` + `RUNTIME: ${run.runtime} ${run.version}\n` + `DOCKER: ${Environment.IS_DOCKER}\n` + - `CPU: ${cpu.manufacturer} ${cpu.brand} ${cpu.physicalCores} cores ${cpu.cores} threads\n` + + `CPU: ${cpu.manufacturer} ${cpu.brand} ${cpu.physicalCores} cores ${cpu.cores} threads (${cpu.processors} threads per core)\n` + `RAM: ${ramSize} GB`; setSystemInfo(text);