fs: fix linter issue #57189
Annotations
2 errors and 1 notice
test/sequential/test-fs-path-dir.js#L80
--- stderr ---
/Users/runner/work/node/node/test/sequential/test-fs-path-dir.js:80
r?.close();
^
TypeError: r?.close is not a function
at checkPromiseFn (/Users/runner/work/node/node/test/sequential/test-fs-path-dir.js:80:8)
at /Users/runner/work/node/node/test/sequential/test-fs-path-dir.js:99:22
at FSReqCallback.oncomplete (node:fs:188:23)
Node.js v23.0.0-pre
Command: out/Release/node --test-reporter=spec --test-reporter-destination=stdout --test-reporter=./tools/github_reporter/index.js --test-reporter-destination=stdout /Users/runner/work/node/node/test/sequential/test-fs-path-dir.js
|
|
|
This job failed
Loading