Skip to content

Commit

Permalink
Update plugin.js
Browse files Browse the repository at this point in the history
  • Loading branch information
LeaVerou committed Feb 15, 2024
1 parent 4d3f99d commit 42689cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/live-demo/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ if (!Prism.Live) {
}
}

console.info("Prism Live not loaded. Loading from live.prismjs.com, with languages " + languages.join(", "));
console.info("Prism Live not loaded. Loading from live.prismjs.com, with language(s) " + languages.join(", "));
let loaded = await import(`https://live.prismjs.com/src/prism-live.js?load=${languages.join(",")}`);
for (let delay=100; delay < 1000; delay += 100) {
if (Prism.Live) {
Expand Down

0 comments on commit 42689cd

Please sign in to comment.