cpu() virtualization fix (mac OS)

This commit is contained in:
Sebastian Hildebrandt
2022-08-11 18:12:24 +02:00
parent ab2f0ca14d
commit bacc87f01d
5 changed files with 11 additions and 4 deletions
+2 -2
View File
@@ -574,12 +574,12 @@ si.cpuCurrentSpeed().then(data => console.log(data));</code></pre class="example
si.cpuTemperature().then(data => console.log(data));</code></pre class="example">
<pre class="example">
{
main: 42,
main: 34,
cores: [
34, 35, 33, 32,
37, 32, 35, 33
],
max: 42,
max: 37,
socket: [ 16.8, 27.8 ],
chipset: 49
}