提交 4eb8eb2f 编写于 作者: A Alex Ross

Inputs should not re-prompt on tasks set to not reevaluate variables

上级 c7098646
......@@ -455,7 +455,7 @@ export class TerminalTaskSystem implements ITaskSystem {
// Check that the task hasn't changed to include new variables
let hasAllVariables = true;
variables.forEach(value => {
if (value in this.lastTask.getVerifiedTask().resolvedVariables) {
if (value.substring(2, value.length - 1) in this.lastTask.getVerifiedTask().resolvedVariables) {
hasAllVariables = false;
}
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册