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:
@@ -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()\
|
||||
{\
|
||||
|
||||
Reference in New Issue
Block a user