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 88c02533f6..a1dc4aa04c 100644
--- a/benchmark/child_process/child-process-exec-stdout.js
+++ b/benchmark/child_process/child-process-exec-stdout.js
@@ -31,7 +31,7 @@ function childProcessExecStdout({ dur, len }) {
try {
execSync(`taskkill /f /t /pid ${child.pid}`);
} catch {
- // this is a best effort kill. stderr is piped to parent for tracing.
+ // This is a best effort kill. stderr is piped to parent for tracing.
}
} else {
child.kill();