提交 b3648bd4 编写于 作者: B Benjamin Pasero

log close() errors (for #37541)

上级 eba8a993
......@@ -372,7 +372,7 @@ export class FileService implements IFileService {
decoder.end();
}
if (fd) {
fs.close(fd, err => { });
fs.close(fd, err => this.options.errorLogger(err.toString()));
}
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册