micro-models-agent 0.24.6 → 0.24.7
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/main.js +0 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -26268,7 +26268,6 @@ class Repl {
|
|
|
26268
26268
|
${t("repl.interrupt")}
|
|
26269
26269
|
`));
|
|
26270
26270
|
this.agent.shutdown();
|
|
26271
|
-
setTimeout(() => process.exit(1), 3000);
|
|
26272
26271
|
}
|
|
26273
26272
|
this.lastEscTime = 0;
|
|
26274
26273
|
return;
|