Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Commit 4d44079

Browse files
committed
🚑 Missed something in last commit
1 parent 4e5b262 commit 4d44079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/classes/cpuinfo.class.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class Cpuinfo {
4040
<div>
4141
<div>
4242
<h1>${(process.platform === "win32") ? "CORES" : "TEMP"}<br>
43-
<i id="mod_cpuinfo_temp">${(process.platform === "win32") ? "XX" : "--°C"}</i></h1>
43+
<i id="mod_cpuinfo_temp">${(process.platform === "win32") ? data.cores : "--°C"}</i></h1>
4444
</div>
4545
<div>
4646
<h1>MIN<br>

0 commit comments

Comments
 (0)