mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-15 15:53:55 +00:00
1. Updated service-manager to support dependencies from Buffer
2. Updated service-host to have a 'create' method
This commit is contained in:
@@ -315,4 +315,8 @@ function serviceHost(serviceName)
|
||||
};
|
||||
}
|
||||
|
||||
module.exports = serviceHost;
|
||||
module.exports = serviceHost;
|
||||
module.exports.create = function create(options)
|
||||
{
|
||||
return (new serviceHost(options));
|
||||
};
|
||||
Reference in New Issue
Block a user