fix: ensure abort fires even if shutdown throws in serve.ts
Wrap Instance.disposeAll() and server.stop() in try/finally so abort.abort() always fires, preventing the process from hanging if either call rejects.
A
Alex Alecu committed
7f94b83893e40b89dc59f3632e24feb3d177675d
Parent: d4231c2