forked from cory/tildefriends
Expose some information about active sockets to try to track down leaks.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3898 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
@ -172,6 +172,7 @@ async function getProcessBlob(blobId, key, options) {
|
||||
},
|
||||
'user': getUser(process, process),
|
||||
'apps': user => getApps(user, process),
|
||||
'getSockets': getSockets,
|
||||
}
|
||||
};
|
||||
if (options.api) {
|
||||
|
Reference in New Issue
Block a user