Skip to content

Commit cdd9d8b

Browse files
committed
make fmt
Signed-off-by: Danny Kopping <danny@coder.com>
1 parent 444baad commit cdd9d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/e2e/helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ async function waitForPort(
707707
if (available) {
708708
return;
709709
}
710-
console.warn(`${host}:${port} is in use, checking again in 1s`)
710+
console.warn(`${host}:${port} is in use, checking again in 1s`);
711711
await new Promise((resolve) => setTimeout(resolve, 1000)); // Wait 1 second before retrying
712712
}
713713
throw new Error(

0 commit comments

Comments
 (0)