nexrall-code 0.5.68 → 0.5.69
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 +2 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -65512,6 +65512,8 @@ ${text}` : "");
|
|
|
65512
65512
|
checkpoints.commitTurn();
|
|
65513
65513
|
updateTitle();
|
|
65514
65514
|
saveSession(sessionId, sessionTitle, workDir, messages);
|
|
65515
|
+
await new Promise((r2) => setImmediate(r2));
|
|
65516
|
+
process.exit(0);
|
|
65515
65517
|
} catch (err) {
|
|
65516
65518
|
const salvaged = (0, import_code_core3.salvageHistory)(err);
|
|
65517
65519
|
if (salvaged) {
|