mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: fix analyzer again (#12113)
This commit is contained in:
parent
1618fa8528
commit
8e6fb3dc39
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user