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 df68eaa commit b6bf0dfCopy full SHA for b6bf0df
scripts/bench/bench-packages.ts
@@ -410,7 +410,7 @@ const run = async () => {
410
.option(
411
'-p, --pull-request <number>',
412
'The PR number to add compare results to. Only used together with --baseBranch',
413
- function parseInt(value) {
+ function parsePrNumber(value) {
414
if (value === '0' || value === '') {
415
return null;
416
}
0 commit comments