Skip to content

Commit

Permalink
test: removed unused variable in fs-watch-file-slow
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
makitoda authored and MylesBorins committed Oct 30, 2018
1 parent 04769c4 commit 760b571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pummel/test-fs-watch-file-slow.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ let nevents = 0;

try {
fs.unlinkSync(FILENAME);
} catch (e) {
} catch {
// swallow
}

Expand Down

0 comments on commit 760b571

Please sign in to comment.