如果直接回调 readFile 函数,会导致选中父目录与子目录中同编号的两个文件,最终使stat.isDirectory()执行失败
1 回答
九州编程
TA贡献1785条经验 获得超4个赞
改这儿:
let read = () => { console.log(''); stdout.write(' \033[33mEnter your choice: \033[39m'); stdin.resume(); stdin.setEncoding('utf8'); stdin.once('data', option);//改成once};
添加回答
举报
0/150
提交
取消