We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3726131 commit 08ba9d4Copy full SHA for 08ba9d4
benchmark/common.js
@@ -43,7 +43,7 @@ Benchmark.prototype._parseArgs = function(argv, configs) {
43
// Parse configuration arguments
44
for (const arg of argv) {
45
const match = arg.match(/^(.+?)=([\s\S]*)$/);
46
- if (!match || !match[1]) {
+ if (!match) {
47
console.error('bad argument: ' + arg);
48
process.exit(1);
49
}
0 commit comments