提交 1549c371 编写于 作者: I isidor

revert throw error for unknown variable

上级 c21a44b6
......@@ -168,7 +168,7 @@ class VariableResolver {
return this.environmentService.execPath;
default:
throw new Error(localize('canNotResolveUnkownVariable', "'{0}' can not be resolved, unknown variable.", match));
return match;
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册