summaryrefslogtreecommitdiff
path: root/benchmark/child_process/child-process-exec-stdout.js
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/child_process/child-process-exec-stdout.js')
-rw-r--r--benchmark/child_process/child-process-exec-stdout.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/child_process/child-process-exec-stdout.js b/benchmark/child_process/child-process-exec-stdout.js
index a891026b86..88c02533f6 100644
--- a/benchmark/child_process/child-process-exec-stdout.js
+++ b/benchmark/child_process/child-process-exec-stdout.js
@@ -30,7 +30,7 @@ function childProcessExecStdout({ dur, len }) {
// Sometimes there's a yes.exe process left hanging around on Windows.
try {
execSync(`taskkill /f /t /pid ${child.pid}`);
- } catch (_) {
+ } catch {
// this is a best effort kill. stderr is piped to parent for tracing.
}
} else {