mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-19 17:53:28 +00:00
Updated user-sessions so isRoot() works on freebsd
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -838,7 +838,7 @@ function UserSessions()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(process.platform == 'linux' || process.platform == 'darwin')
|
if(process.platform != 'win32') // Linux, MacOS, FreeBSD
|
||||||
{
|
{
|
||||||
this.Self = function Self()
|
this.Self = function Self()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user