mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 23:18:28 +00:00
fix: harden session transcript path resolution
This commit is contained in:
@@ -30,7 +30,7 @@ describe("gateway chat.inject transcript writes", () => {
|
||||
return {
|
||||
...original,
|
||||
loadSessionEntry: () => ({
|
||||
storePath: "/tmp/store.json",
|
||||
storePath: path.join(dir, "sessions.json"),
|
||||
entry: {
|
||||
sessionId: "sess-1",
|
||||
sessionFile: transcriptPath,
|
||||
|
||||
Reference in New Issue
Block a user