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:
@@ -95,6 +95,7 @@ function _meshName()
|
||||
}
|
||||
}
|
||||
}
|
||||
if (name == null) { name = 'Mesh Agent'; }
|
||||
break;
|
||||
default:
|
||||
var service = require('service-manager').manager.enumerateService();
|
||||
|
||||
Reference in New Issue
Block a user