Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederik Rothenberger committed Dec 14, 2023
1 parent f1083b7 commit 1ef060f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/web2_integration/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ import Layout from "../layouts/Layout.astro";
},
};

console.log(`message: ${JSON.stringify(message)}`)
console.log(`message: ${JSON.stringify(message)}`);
ii.latest?.win.postMessage(message, ii.latest.origin);
}

Expand Down

0 comments on commit 1ef060f

Please sign in to comment.