summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/pummel/test-fs-watch-file-slow.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pummel/test-fs-watch-file-slow.js b/test/pummel/test-fs-watch-file-slow.js
index cf7adc913d..94f2a26388 100644
--- a/test/pummel/test-fs-watch-file-slow.js
+++ b/test/pummel/test-fs-watch-file-slow.js
@@ -34,7 +34,7 @@ let nevents = 0;
try {
fs.unlinkSync(FILENAME);
-} catch (e) {
+} catch {
// swallow
}