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