Skip to content

Commit d2a86c5

Browse files
committed
whyyyy
1 parent 001c9e7 commit d2a86c5

File tree

1 file changed

+2
-2
lines changed
  • packages/browser-integration-tests/suites/replay/captureConsoleLog

1 file changed

+2
-2
lines changed

packages/browser-integration-tests/suites/replay/captureConsoleLog/template.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
<button data-log-large>Log button</button>
99

1010
<script>
11-
const massiveObject = createLargeObject(10);
12-
1311
document.querySelector('[data-log]').addEventListener('click', () => {
1412
console.log('Test log', document.body);
1513
});
@@ -31,6 +29,8 @@
3129
return massiveObject;
3230
}
3331

32+
const massiveObject = createLargeObject(10);
33+
3434
document.querySelector('[data-log-large]').addEventListener('click', () => {
3535
console.log(massiveObject);
3636
});

0 commit comments

Comments
 (0)