Skip to content

Commit 14c155f

Browse files
magodoCopilot
andauthored
Update sdk/typespec/typespec_client_core/src/async_runtime/web_runtime.rs
Co-authored-by: Copilot <[email protected]>
1 parent a986ff3 commit 14c155f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sdk/typespec/typespec_client_core/src/async_runtime/web_runtime.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ impl AsyncRuntime for WasmBindgenRuntime {
2929
gloo_timers::future::sleep(d).await;
3030
} else {
3131
// This means the duration is negative, don't sleep at all.
32-
return;
3332
}
3433
})
3534
}

0 commit comments

Comments
 (0)