Commit 49f6802
fix: handle error return from identity.Sign() in claim command
The core identity.Sign() signature changed from returning a single
string to returning (string, error). Update the claim command to
propagate the error with an appropriate message and exit code.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 4f74607 commit 49f6802
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
52 | 56 | | |
53 | 57 | | |
54 | 58 | | |
| |||
0 commit comments