Fix paired finalize re-review reentry
This commit is contained in:
@@ -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>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user