提交 3d308321 编写于 作者: D Daniel Imms

Remove unwanted quotes

Fixes #96493
上级 f8e82a60
...@@ -45,7 +45,7 @@ export class EnvironmentVariableInfoStale implements IEnvironmentVariableInfo { ...@@ -45,7 +45,7 @@ export class EnvironmentVariableInfoStale implements IEnvironmentVariableInfo {
}); });
this._diff.changed.forEach((mutators, variable) => { this._diff.changed.forEach((mutators, variable) => {
mutators.forEach(mutator => { mutators.forEach(mutator => {
summary.push(`- "${mutatorTypeLabel(mutator.type, mutator.value, variable)}"`); summary.push(`- ${mutatorTypeLabel(mutator.type, mutator.value, variable)}`);
}); });
}); });
this._diff.removed.forEach((mutators, variable) => { this._diff.removed.forEach((mutators, variable) => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册