Skip to content

Commit b6bf0df

Browse files
committed
rename
1 parent df68eaa commit b6bf0df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/bench/bench-packages.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ const run = async () => {
410410
.option(
411411
'-p, --pull-request <number>',
412412
'The PR number to add compare results to. Only used together with --baseBranch',
413-
function parseInt(value) {
413+
function parsePrNumber(value) {
414414
if (value === '0' || value === '') {
415415
return null;
416416
}

0 commit comments

Comments
 (0)