Skip to content

beginWarningCapture

beginWarningCapture(): void

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/utils/consoleUtils.ts:142

Open a warning-capture window: from now until endWarningCapture, each displayWarning message is buffered (IN ADDITION to being printed/logged as usual). Used by the TUI session module to grab the transient load-time config advisories and thread them into the persistent notice surface. Idempotent-ish: a second call starts a fresh buffer.

void