Skip to content

Commit 89e51e8

Browse files
alistair3149claude
andcommitted
Clean up startup-failure CHANGELOG entry
Rewrite the bootstrap-error entry to describe the user-visible behavior (startup exit code, stderr warning) instead of the implementation (`main()`, fatal-error catch, detached `.catch` chain). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent f2a07ee commit 89e51e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
1212

1313
### Fixed
1414

15-
- Bootstrap error path no longer leaks an unhandled-rejection warning when `main()` fails (e.g. config-loading errors). The fatal-error catch now exits with code 1 instead of re-throwing into a detached `.catch` chain.
15+
- Startup failures (e.g. config-loading errors) now exit with code 1 instead of leaking a Node unhandled-rejection warning on stderr.
1616
- Bot-password sessions are now renewed automatically when the MediaWiki session expires (default `$wgObjectCacheSessionExpiry` = 1 hour). Previously, write tools (e.g. `update-page`, `create-page`) failed with `permissiondenied` after the expiry and only a server restart recovered.
1717

1818
## [0.9.0] - 2026-05-01

0 commit comments

Comments
 (0)