We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 322cefa commit b21365aCopy full SHA for b21365a
federated-css/scripts/start-all.cjs
@@ -234,6 +234,9 @@ async function main() {
234
}
235
236
await ensureExit(proc);
237
+ // Make absolutely sure the port is free before retrying
238
+ console.log(`[federated-css] clearing port ${port} before retrying ${label}...`);
239
+ await ensurePortFree(port, 20000);
240
await delay(1500 * attempt);
241
242
if (attempt === maxAttempts) {
0 commit comments