networkConnections() fix (windows)

This commit is contained in:
Sebastian Hildebrandt 2022-08-18 08:19:17 +02:00
parent a5b1d1dde4
commit 9d7b95d212

View File

@ -1599,7 +1599,7 @@ function networkConnections(callback) {
peerAddress: peerip, peerAddress: peerip,
peerPort: peerport, peerPort: peerport,
state: '', state: '',
pid: line[3], pid: parseInt(line[3], 10),
process: '' process: ''
}); });
} }