Commit dc7615d
authored
fix: remove deprecated util.isError usage
- Replaced util.isError(e) with instanceof Error and Object.prototype.toString.call(e) === '[object Error]'
- Ensured compatibility with Node.js v231 parent b92be2a commit dc7615d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
407 | 407 | | |
408 | 408 | | |
409 | 409 | | |
410 | | - | |
| 410 | + | |
411 | 411 | | |
412 | 412 | | |
413 | 413 | | |
| |||
0 commit comments