未验证 提交 fd08d32b 编写于 作者: D Daniel Imms 提交者: GitHub

Merge pull request #41059 from zmb3/zb-clean-all-shell-args

Remove all PTYSHELLARGs from environment
......@@ -125,6 +125,7 @@ function cleanEnv() {
var i = 0;
while (process.env['PTYSHELLARG' + i]) {
delete process.env['PTYSHELLARG' + i];
i++;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册