networkConnections() fix (windows)
This commit is contained in:
parent
a5b1d1dde4
commit
9d7b95d212
@ -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: ''
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user