提交 77b257a6 编写于 作者: S Sandeep Somavarapu

fix getOverrideValue

上级 2c501263
......@@ -48,7 +48,7 @@ export class ConfigurationModel implements IConfigurationModel {
getOverrideValue<V>(section: string | undefined, overrideIdentifier: string): V | undefined {
const overrideContents = this.getContentsForOverrideIdentifer(overrideIdentifier);
return overrideContents
? section ? getConfigurationValue<any>(this.contents, section) : overrideContents
? section ? getConfigurationValue<any>(overrideContents, section) : overrideContents
: undefined;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册