pull/6963/head
Conduitry 5 years ago
parent b009108084
commit 998ad53cd8

@ -1,7 +1,7 @@
<script> <script>
export async function run_async_function() { export async function run_async_function() {
await loop(); await loop();
}; }
async function loop() { async function loop() {
let i = 0; let i = 0;
@ -9,4 +9,4 @@
await new Promise(resolve => setTimeout(resolve, 20)); await new Promise(resolve => setTimeout(resolve, 20));
} }
} }
</script> </script>

Loading…
Cancel
Save