networkConnections() fix (windows)
This commit is contained in:
parent
a5b1d1dde4
commit
9d7b95d212
@ -1599,7 +1599,7 @@ function networkConnections(callback) {
|
||||
peerAddress: peerip,
|
||||
peerPort: peerport,
|
||||
state: '',
|
||||
pid: line[3],
|
||||
pid: parseInt(line[3], 10),
|
||||
process: ''
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user