(error: unknown)
| 247 | } |
| 248 | |
| 249 | function describeUnknownError(error: unknown): string { |
| 250 | return error instanceof Error ? error.message : String(error); |
| 251 | } |
| 252 | |
| 253 | /** |
| 254 | * One-line summary of a smol-toml parse error: first message line plus the |
no outgoing calls
no test coverage detected