mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-04 17:13:02 +00:00
Bugfix: fix end-of-file
This commit is contained in:
parent
5b2d71f41f
commit
588ee87b83
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@ class RecordsWriter {
|
|||
}
|
||||
|
||||
async close() {
|
||||
await this.#gzip.close();
|
||||
await this.#stream_out.close();
|
||||
await end_safe(this.#gzip);
|
||||
await end_safe(this.#stream_out);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue