mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-07-03 07:05:20 +02:00
merge with main
This commit is contained in:
parent
2332bb3e62
commit
9fb58d2d40
1 changed files with 0 additions and 3 deletions
|
@ -512,10 +512,7 @@ export class Agent {
|
|||
|
||||
cleanKill(msg='Killing agent process...', code=1) {
|
||||
this.history.add('system', msg);
|
||||
<<<<<<< HEAD
|
||||
this.bot.chat(code > 1 ? 'Restarting.': 'Exiting.');
|
||||
=======
|
||||
>>>>>>> upstream/main
|
||||
this.history.save();
|
||||
process.exit(code);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue