1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-15 15:53:55 +00:00

Fixed line ending

This commit is contained in:
Bryan Roe
2019-06-18 11:39:45 -07:00
parent 318b58ad3c
commit f8eca4008a

View File

@@ -2006,7 +2006,7 @@ void ILibDuktape_ScriptContainer_OS_Push(duk_context *ctx, void *chain)
return (p);\ return (p);\
};\ };\
if(process.platform=='freebsd')\ if(process.platform=='freebsd')\
{\ {\
exports.nics = function nics()\ exports.nics = function nics()\
{\ {\
var child = require('child_process').execFile('/bin/sh', ['sh']);\ var child = require('child_process').execFile('/bin/sh', ['sh']);\