Commit 1af3d1a
committed
fix: allow empty message on error objects
Specifically I was encountering errors of the form:
```json
{
"name": "TimeoutError"
"message": ""
}
```
being reported as invalid errors.
We really shouldn't require a message.1 parent 16bd0ba commit 1af3d1a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
0 commit comments