Skip to content

fix(node): call close hooks on server shutdown #8277

fix(node): call close hooks on server shutdown

fix(node): call close hooks on server shutdown #8277

Triggered via pull request August 29, 2026 14:10
Status Success
Total duration 50s
Artifacts

autofix.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
typescript(no-non-null-asserted-optional-chain): src/routing.ts#L216
src/routing.ts:216:35: Optional chain expressions can return undefined by design: using a non-null assertion is unsafe and wrong.
eslint(no-eval): test/unit/routing.test.ts#L14
test/unit/routing.test.ts:14:10: eval can be harmful.