Skip to content

Commit

Permalink
benchmark: fix typo in _http-benchmarkers.js
Browse files Browse the repository at this point in the history
PR-URL: #12455
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
vsemozhetbyt committed Apr 20, 2017
1 parent a3778cb commit d8965d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/_http-benchmarkers.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit d8965d5

Please sign in to comment.