Files
espurna/code
Maxim Prokhorov cfb83300d0 test: node does not like when gc closes files
> (node:1916) Warning: Closing file descriptor 31 on garbage collection
> (Use `node --trace-warnings ...` to show where the warning was created)
> (node:1916) [DEP0137] DeprecationWarning: Closing a FileHandle object on garbage collection is deprecated. Please close FileHandle objects explicitly using FileHandle.prototype.close(). In the future, an error will be thrown if a file descriptor is closed during garbage collection.
> (node:1916) Warning: Closing file descriptor 32 on garbage collection

per https://nodejs.org/api/deprecations.html#DEP0137
explicitly close after reading
2024-08-24 01:57:41 +03:00
..
2024-08-23 23:32:43 +03:00
2022-05-05 17:50:21 +03:00
2024-08-23 21:30:20 +03:00
2019-07-11 00:34:17 +03:00
2024-07-25 22:01:58 +03:00
2024-07-13 11:06:45 +03:00
2024-06-25 17:53:50 +03:00
2022-09-23 06:09:58 +03:00
2019-07-11 00:34:17 +03:00