Merge pull request #33866 from backstage/rugvip/assert-error-delegate-to-is-error

Have `assertError` delegate to `isError` in `@backstage/errors`
This commit is contained in:
Patrik Oldsberg
2026-04-13 13:49:37 +02:00
committed by GitHub
2 changed files with 7 additions and 11 deletions
@@ -0,0 +1,5 @@
---
'@backstage/errors': patch
---
Simplified `assertError` to delegate to `isError` instead of duplicating the same checks.