| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 7ba0234 commit 014d57a
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -43,7 +43,7 @@ Benchmark.prototype._parseArgs = function(argv, configs) { | |||
| 43 | 43 | // Parse configuration arguments | |
| 44 | 44 | for (const arg of argv) { | |
| 45 | 45 | const match = arg.match(/^(.+?)=([\s\S]*)$/); | |
| 46 | - if (!match || !match[1]) { | ||
| 46 | + if (!match) { | ||
| 47 | 47 | console.error('bad argument: ' + arg); | |
| 48 | 48 | process.exit(1); | |
| 49 | 49 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments