Skip to content

Commit fbc8a00

Browse files
giraffesyojean-humann
authored andcommitted
docs: specify details elements not found in debug message
1 parent 790c38f commit fbc8a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export async function openDetails(
8181
) {
8282
const detailsHandles = await page.$$('details');
8383

84-
console.debug(`Found ${detailsHandles.length} elements`);
84+
console.debug(`Found ${detailsHandles.length} elements of type details`);
8585

8686
for (const detailsHandle of detailsHandles) {
8787
const summaryHandle = await detailsHandle.$('summary');

0 commit comments

Comments
 (0)