Skip to content

Commit d8965d5

Browse files
committed
benchmark: fix typo in _http-benchmarkers.js
PR-URL: #12455 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent a3778cb commit d8965d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/_http-benchmarkers.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ exports.run = function(options, callback) {
175175
const result = benchmarker.processResults(stdout);
176176
if (result === undefined) {
177177
callback(new Error(
178-
`${options.benchmarker} produced strange output: ${stdout}`, code));
178+
`${options.benchmarker} produced strange output: ${stdout}`), code);
179179
return;
180180
}
181181

0 commit comments

Comments
 (0)