仪表盘
版本库
文件存储
活动
搜索
登录
蔡年峰
/
HM_StandardPda-Browse
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
来料检获取附件
xwt
2 小时以前
85fd8ec92dc19f1a478f010723fa85ec7ec670a2
[~cnf/HM_StandardPda-Browse.git]
/
node_modules
/
terser
/
tools
/
exit.cjs
1
2
3
4
5
6
7
// workaround for tty output truncation upon process.exit()
// https://github.com/nodejs/node/issues/6456
[process.stdout, process.stderr].forEach((s) => {
s && s.isTTY && s._handle && s._handle.setBlocking &&
s._handle.setBlocking(true)
});