networkConnections() fix pid issue (macOS)

This commit is contained in:
Sebastian Hildebrandt
2025-12-08 20:07:25 +01:00
parent c6e8ae960a
commit 647d778c5f
52 changed files with 1547 additions and 1511 deletions
+4 -4
View File
@@ -162,8 +162,8 @@
<td colspan="7">
<h5>Example</h5>
<pre><code class="js">const si = require('systeminformation');
si.bluetoothDevices().then(data => console.log(data));</code></pre class="example">
<pre class="example">
si.bluetoothDevices().then(data => console.log(data));</code></pre>
<pre class="example">
[
{
device: 'Magic Mouse 2',
@@ -186,6 +186,7 @@ si.bluetoothDevices().then(data => console.log(data));</code></pre class="exampl
connected: true
},
]</pre>
</td>
</tr>
</tbody>
</table>
@@ -194,8 +195,7 @@ si.bluetoothDevices().then(data => console.log(data));</code></pre class="exampl
</div>
</div>
</div>
</div>
</section>
</section>
</div>
<footer class="container-fluid footer">
<div class="container">