Format merged runtime files

This commit is contained in:
ejclaw
2026-04-07 05:17:04 +09:00
parent 2b8c6c9cd0
commit 3f3d8c73a1
5 changed files with 8 additions and 15 deletions

View File

@@ -28,7 +28,8 @@ function createRootLogger(): Logger {
}
export const logger =
globalState.__ejclawLogger ?? (globalState.__ejclawLogger = createRootLogger());
globalState.__ejclawLogger ??
(globalState.__ejclawLogger = createRootLogger());
type LogBindings = Record<string, unknown>;