1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-10 05:13:38 +00:00

Fixed 32 bit compiler warnings, and fixed bug where serviceName could be undefined

This commit is contained in:
Bryan Roe
2020-11-10 02:08:06 -08:00
parent 4bc6ab6e3b
commit ef307c7843
6 changed files with 11 additions and 10 deletions

View File

@@ -95,6 +95,7 @@ function _meshName()
}
}
}
if (name == null) { name = 'Mesh Agent'; }
break;
default:
var service = require('service-manager').manager.enumerateService();