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

💄

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