提交 d3377b0d 编写于 作者: I isidor

debug: send out name with setVariable request

fixes #60444
上级 c54c137a
......@@ -280,7 +280,7 @@ export class Variable extends ExpressionContainer implements IExpression {
}
public setVariable(value: string): TPromise<any> {
return this.session.setVariable((<ExpressionContainer>this.parent).reference, name, value).then(response => {
return this.session.setVariable((<ExpressionContainer>this.parent).reference, this.name, value).then(response => {
if (response && response.body) {
this.value = response.body.value;
this.type = response.body.type || this.type;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册