Update agent.js

Fixed bug in agent.js
This commit is contained in:
Sweaterdog 2025-03-14 12:54:32 -07:00 committed by GitHub
parent 8cbedc9f4a
commit 809f669b19
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -109,8 +109,7 @@ export class Agent {
process.exit(0);
}
});
} throw error;
}
}
async _setupEventHandlers(save_data, init_message) {