Skip to content

Commit e806167

Browse files
makitodajasnell
authored andcommitted
test: removed unused variable in fs-watch-file-slow
PR-URL: #23548 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent 0d9e54b commit e806167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/pummel/test-fs-watch-file-slow.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ let nevents = 0;
3434

3535
try {
3636
fs.unlinkSync(FILENAME);
37-
} catch (e) {
37+
} catch {
3838
// swallow
3939
}
4040

0 commit comments

Comments
 (0)