chore: fix analyzer again (#12113)

This commit is contained in:
Alex Rudenko 2024-03-20 15:38:46 +01:00 committed by GitHub
parent 1618fa8528
commit 8e6fb3dc39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -107,8 +107,8 @@ This issue has an invalid Puppeteer version: \`${value}\`. Versions must follow
let set = () => {
return void 0;
};
let j = 1;
let i = 1;
let j = 0;
let i = 0;
for (; i < lines.length; ++i) {
if (lines[i].startsWith('### Bug behavior')) {
set(lines.slice(j, i).join('\n').trim());