Minor fix on admin console.

This commit is contained in:
Ylian Saint-Hilaire 2019-05-02 18:26:43 -07:00
parent 2a3a2ef2e8
commit 6c0f5bfd1c
2 changed files with 2 additions and 2 deletions

View File

@ -560,7 +560,7 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
parent.parent.getLatestServerVersion(function (currentVer, newVer, error) {
var r2 = 'Current Version: ' + currentVer + '\r\n';
if (newVer != null) { r2 += 'Available Version: ' + newVer + '\r\n'; }
if (error != null) { r2 += 'Exception: ' + ex + '\r\n'; }
if (error != null) { r2 += 'Exception: ' + error + '\r\n'; }
try { ws.send(JSON.stringify({ action: 'serverconsole', value: r2, tag: command.tag })); } catch (ex) { }
});
r = 'Checking server update...';

View File

@ -1,6 +1,6 @@
{
"name": "meshcentral",
"version": "0.3.3-p",
"version": "0.3.3-q",
"keywords": [
"Remote Management",
"Intel AMT",