Skip to content

Commit

Permalink
💄
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero committed Nov 14, 2017
1 parent 0d438de commit bdf0706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/services/files/node/fileService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()}`);
}
});
}
Expand Down

0 comments on commit bdf0706

Please sign in to comment.