summaryrefslogtreecommitdiff
path: root/js/files.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/files.ts')
-rw-r--r--js/files.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/files.ts b/js/files.ts
index db2c903c4..16d3f11ab 100644
--- a/js/files.ts
+++ b/js/files.ts
@@ -18,7 +18,7 @@ export class File implements Reader, Writer, Closer {
}
close(): void {
- return close(this.fd);
+ close(this.fd);
}
}