mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Fixed Windows Terminal.
This commit is contained in:
parent
cd2719b4c2
commit
c5337046bb
47 changed files with 5 additions and 41 deletions
|
@ -692,7 +692,7 @@ function UserSessions()
|
|||
tokens = lines[i].split(' ');
|
||||
for (j = 1; j < tokens.length; ++j)
|
||||
{
|
||||
if (tokens[j].length > 0 && (tokens[j] == checkstr || tokens[j] == ('(' + checkstr + ')')))
|
||||
if (tokens[j].length > 0)
|
||||
{
|
||||
return (parseInt(this._users()[tokens[0]]));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue