We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff82acb commit 9e10ddcCopy full SHA for 9e10ddc
test/parallel/test-fs-utimes.js
@@ -88,7 +88,7 @@ function testIt(atime, mtime, callback) {
88
expect_errno('futimesSync', fd, ex, 'ENOSYS');
89
}
90
91
- let err = undefined;
+ let err;
92
try {
93
fs.utimesSync('foobarbaz', atime, mtime);
94
} catch (ex) {
0 commit comments