1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-22 19:23:31 +00:00

Updated NetInfo, so desc is omitted if it's blank (MacOS/FreeBSD). Updated os.networkInterfaces() for FreeBSD

This commit is contained in:
Bryan Roe
2019-06-25 23:39:35 -07:00
parent 29efb10ce6
commit 424720211d
2 changed files with 3 additions and 2 deletions

View File

@@ -1816,7 +1816,7 @@ void ILibDuktape_ScriptContainer_OS_Push(duk_context *ctx, void *chain)
return(defaultGateways);\
}\
}\
if(process.platform == 'darwin')\
if(process.platform == 'darwin' || process.platform == 'freebsd')\
{\
exports.networkInterfaces = function()\
{\