summaryrefslogtreecommitdiff
path: root/test/parallel/test-stdout-to-file.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-stdout-to-file.js')
-rw-r--r--test/parallel/test-stdout-to-file.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-stdout-to-file.js b/test/parallel/test-stdout-to-file.js
index a02531ca41..f23bbea279 100644
--- a/test/parallel/test-stdout-to-file.js
+++ b/test/parallel/test-stdout-to-file.js
@@ -19,7 +19,7 @@ function test(size, useBuffer, cb) {
try {
fs.unlinkSync(tmpFile);
- } catch (e) {}
+ } catch {}
console.log(`${size} chars to ${tmpFile}...`);