提交 58696e96 编写于 作者: S Sandeep Somavarapu

Revert "Fix #88672"

This reverts commit 90024773.
上级 6cb0822d
......@@ -301,7 +301,9 @@ class ConfigurationRegistry implements IConfigurationRegistry {
let properties = configuration.properties;
if (properties) {
for (let key in properties) {
if (validate) {
let message;
if (validate && (message = validateProperty(key))) {
console.warn(message);
delete properties[key];
continue;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册