Skip to content

Commit ab78acc

Browse files
committed
Debugging
1 parent e1db8f8 commit ab78acc

File tree

1 file changed

+2
-0
lines changed
  • special-pages/pages/duckplayer/app

1 file changed

+2
-0
lines changed

special-pages/pages/duckplayer/app/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export async function init(messaging, telemetry, baseEnvironment) {
3232

3333
const init = result.value;
3434
console.log('INITIAL DATA', init);
35+
alert(JSON.stringify(init, null, 2));
3536

3637
// update the 'env' in case it was changed by native sides
3738
const environment = baseEnvironment
@@ -65,6 +66,7 @@ export async function init(messaging, telemetry, baseEnvironment) {
6566
const initialYouTubeError = /** @type {YouTubeError} */ (baseEnvironment.urlParams.get('youtubeError'));
6667

6768
console.log(settings);
69+
alert(JSON.stringify(settings, null, 2));
6870

6971
const embed = createEmbedSettings(window.location.href, settings);
7072

0 commit comments

Comments
 (0)