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:
AI Agent Economy
2026-03-24 15:43:59 -05:00
committed by GitHub
parent e57ad5c33d
commit 95a1435f61

View File

@@ -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