Skip to content

Commit

Permalink
chore: pull from values
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Nov 7, 2023
1 parent 7a3e074 commit 611fe24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perf/impl/js-libp2p/v0.46/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ function splitHostPort (address) {
}
}

main(argv['run-server'] === 'true', argv['server-address'], argv.transport, Number(argv['upload-bytes']), Number(argv['download-bytes'])).catch((err) => {
main(argv.values['run-server'] === 'true', argv.values['server-address'], argv.values.transport, Number(argv.values['upload-bytes']), Number(argv.values['download-bytes'])).catch((err) => {
// eslint-disable-next-line no-console
console.error(err)
process.exit(1)
Expand Down

0 comments on commit 611fe24

Please sign in to comment.