From 9d7b95d21271520adb10c8a1bec98dc559cefc2c Mon Sep 17 00:00:00 2001 From: Sebastian Hildebrandt Date: Thu, 18 Aug 2022 08:19:17 +0200 Subject: [PATCH] networkConnections() fix (windows) --- lib/network.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/network.js b/lib/network.js index 140fd24..8ceebde 100644 --- a/lib/network.js +++ b/lib/network.js @@ -1599,7 +1599,7 @@ function networkConnections(callback) { peerAddress: peerip, peerPort: peerport, state: '', - pid: line[3], + pid: parseInt(line[3], 10), process: '' }); }