This commit is contained in:
COOL 2025-02-20 11:29:05 +08:00
parent 40e6122959
commit 516af1954c

View File

@ -46,5 +46,5 @@ export function availablePort(startPort: number): number {
} }
port++; port++;
} }
throw new Error('No available port found'); return 8001;
} }