diff --git a/run.ts b/run.ts index 446a7ac..7c1934e 100644 --- a/run.ts +++ b/run.ts @@ -128,7 +128,7 @@ export async function launch({ : launchDocker(props)) try { - Promise.race([ + await Promise.race([ waitPort({ port, protocol: 'http' }), neverResolve(waitUntilStopped()), ])