chore: remove console log
This commit is contained in:
parent
1f79f36dfc
commit
fb50ff1c08
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@ class FileReader extends Reader<string> {
|
|||
this.size = stat.size;
|
||||
// not implemented yet
|
||||
(this.fd as unknown as EventEmitter).on("close", () => {
|
||||
console.warn(`file handle closed: ${this.path}`);
|
||||
this.fd?.close();
|
||||
this.fd = undefined;
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue