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 <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
  • 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
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.