Skip to content

Commit aca53cf

Browse files
committed
more debug
1 parent d12212f commit aca53cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ async function captureFramesProgrammatically(page, captureFrameFunction) {
535535
const handleFrameCapture = async event => {
536536
const frameCount = await window.captureFrame()
537537

538-
console.log(event)
538+
console.log(JSON.stringify(event))
539539
console.log(JSON.stringify({ frameCount, maxFrames }))
540540
console.log(
541541
JSON.stringify({ isLastFrame: event.detail?.isLastFrame })

0 commit comments

Comments
 (0)