mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 19:38:28 +00:00
fix(ci): restore main lint/typecheck after direct merges
This commit is contained in:
@@ -130,7 +130,9 @@ export async function initSessionState(params: {
|
||||
// Stale cache (especially with multiple gateway processes or on Windows where
|
||||
// mtime granularity may miss rapid writes) can cause incorrect sessionId
|
||||
// generation, leading to orphaned transcript files. See #17971.
|
||||
const sessionStore: Record<string, SessionEntry> = loadSessionStore(storePath, { skipCache: true });
|
||||
const sessionStore: Record<string, SessionEntry> = loadSessionStore(storePath, {
|
||||
skipCache: true,
|
||||
});
|
||||
let sessionKey: string | undefined;
|
||||
let sessionEntry: SessionEntry;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user