benchmark: fix typo in _http-benchmarkers.js
PR-URL: https://github.com/nodejs/node/pull/12455 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
parent
a3778cb9b1
commit
d8965d5b0e
@ -175,7 +175,7 @@ exports.run = function(options, callback) {
|
||||
const result = benchmarker.processResults(stdout);
|
||||
if (result === undefined) {
|
||||
callback(new Error(
|
||||
`${options.benchmarker} produced strange output: ${stdout}`, code));
|
||||
`${options.benchmarker} produced strange output: ${stdout}`), code);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user