mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
Update skills/agent-payment-x402/SKILL.md
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
parent
e57ad5c33d
commit
95a1435f61
1 changed files with 4 additions and 1 deletions
|
|
@ -156,7 +156,10 @@ async function preToolCheck(agentpay: Client, apiCost: number): Promise<void> {
|
|||
}
|
||||
}
|
||||
|
||||
main().catch(console.error);
|
||||
main().catch((err) => {
|
||||
console.error(err);
|
||||
process.exitCode = 1;
|
||||
});
|
||||
```
|
||||
|
||||
## Best Practices
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue