Minor fix on admin console.

Ylian Saint-Hilaire committed May 2, 2019 at 18:26 UTC f0416981fb8f89fb087e1acc56abaf569da290fd
2 files changed +2 -2
meshuser.js
+1 -1
@@ -560,7 +560,7 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
560 parent.parent.getLatestServerVersion(function (currentVer, newVer, error) {
561 var r2 = 'Current Version: ' + currentVer + '\r\n';
562 if (newVer != null) { r2 += 'Available Version: ' + newVer + '\r\n'; }
563 - if (error != null) { r2 += 'Exception: ' + ex + '\r\n'; }
563 + if (error != null) { r2 += 'Exception: ' + error + '\r\n'; }
564 try { ws.send(JSON.stringify({ action: 'serverconsole', value: r2, tag: command.tag })); } catch (ex) { }
565 });
566 r = 'Checking server update...';
package.json
+1 -1
@@ -1,6 +1,6 @@
1 {
2 "name": "meshcentral",
3 - "version": "0.3.3-p",
3 + "version": "0.3.3-q",
4 "keywords": [
5 "Remote Management",
6 "Intel AMT",