提交 bd0cb421 编写于 作者: I isidor

Configuraiton resolving evaluate missing envs to an empty string

fixes #46436
上级 a8fd47b6
......@@ -65,6 +65,9 @@ class VariableResolver {
if (types.isString(env)) {
return env;
}
// For `env` we should do the same as a normal shell does - evaluates missing envs to an empty string #46436
return '';
}
}
case 'config': {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册