@wrongstack/sdd 0.296.3 → 0.296.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +2 -2
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -1842,7 +1842,7 @@ var AISpecBuilder = class {
|
|
|
1842
1842
|
await fsp6.mkdir(path6.dirname(this.sessionPath), { recursive: true });
|
|
1843
1843
|
await atomicWrite4(this.sessionPath, JSON.stringify(this.session, null, 2));
|
|
1844
1844
|
} catch (error) {
|
|
1845
|
-
console.
|
|
1845
|
+
console.warn(JSON.stringify({ level: "warn", event: "sdd.persist.failed", message: String(error), timestamp: Date.now() }));
|
|
1846
1846
|
}
|
|
1847
1847
|
}
|
|
1848
1848
|
/** Load session state from disk. Returns true if a session was loaded. */
|