fs: close dir before throwing if options.bufferSize is invalid
#73062
Annotations
2 errors and 1 notice
|
|
|
test/parallel/test-fs-opendir.js#L18
--- stderr ---
(node:141979) Warning: Closing directory handle on garbage collection
(Use `node --trace-warnings ...` to show where the warning was created)
/home/runner/work/node/node/node/test/parallel/test-fs-opendir.js:18
throw new Error('Expected no warnings', { cause });
^
Error: Expected no warnings
at process.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-fs-opendir.js:18:9)
at process.emit (node:events:519:35)
at doEmitWarning (node:internal/process/warning:85:11)
at process.processTicksAndRejections (node:internal/process/task_queues:89:21) {
[cause]: [Warning: Closing directory handle on garbage collection]
}
Node.js v25.0.0-pre
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/node/node/node/test/parallel/test-fs-opendir.js
|
|
|
The logs for this run have expired and are no longer available.
Loading