Skip to content

Commit

Permalink
Add an await statement in test standalone doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Feb 16, 2024
1 parent 1645f6c commit 8594309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/standalone/monaco-pyodide-dependency-bug.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

// init Pyodide
async function main() {
const dpyodide = import("https://cdn.jsdelivr.net/npm/[email protected]/pyodide.mjs").then(
const dpyodide = await import("https://cdn.jsdelivr.net/npm/[email protected]/pyodide.mjs").then(
async ({loadPyodide}) => {
const pyodideProcess = await loadPyodide(
{indexURL: "https://cdn.jsdelivr.net/npm/[email protected]/"}
Expand Down

0 comments on commit 8594309

Please sign in to comment.