Skip to content

v2.4.1 - Fix port conflict causing silent startup crash

Choose a tag to compare

@chenjunwenhao chenjunwenhao released this 23 Jul 08:14
· 9 commits to main since this release

Fixed

  • 修复端口冲突导致启动无响应startServer(0) 传入的端口 0 被 JavaScript || 运算符当成 falsy 回退到 3000,导致端口被占用时静默崩溃。改为 ?? 运算符,真正启用自动找空闲端口。