提交 99ba33dc 编写于 作者: A Alex Ross

Potential fix for #82611

上级 e02e20c3
......@@ -276,7 +276,11 @@ export class AbstractVariableResolverService implements IConfigurationResolverSe
return match;
default:
return this.resolveFromMap(match, variable, commandValueMapping, undefined);
try {
return this.resolveFromMap(match, variable, commandValueMapping, undefined);
} catch (error) {
return match;
}
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册