deep-kernel
Advanced tools
Comparing version 1.12.2 to 1.12.3
@@ -358,3 +358,7 @@ /** | ||
return this._findParam(this._config[msIdentifier].parameters, paramPath, defaultValue); | ||
if (!this._config.microservices.hasOwnProperty(msIdentifier)) { | ||
throw new Error(`Unknown microservice identifier "${msIdentifier}".`); | ||
} | ||
return this._findParam(this._config.microservices[msIdentifier].parameters, paramPath, defaultValue); | ||
} | ||
@@ -361,0 +365,0 @@ |
{ | ||
"name": "deep-kernel", | ||
"version": "1.12.2", | ||
"version": "1.12.3", | ||
"description": "DEEP Kernel Library", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
74763
1804