1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-15 07:43:50 +00:00

updated os.name() for linux, to return first result if PRETTY_NAME is not found

This commit is contained in:
Bryan Roe
2019-08-22 21:21:42 -07:00
parent 5e006bc0a9
commit 51018a2192

View File

@@ -1976,6 +1976,7 @@ void ILibDuktape_ScriptContainer_OS_Push(duk_context *ctx, void *chain)
break;\
}\
}\
this.promise._acc(lines[0]);\
break;\
case 'darwin':\
var OSNAME = '';\