Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
test: removed unused variable in fs-watch-file-slow
  • Loading branch information
makitoda committed Oct 12, 2018
commit be97b06ee12e9f036961611045a1113258f807cf
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