add changeset

Signed-off-by: Max Falk <gmdfalk@gmail.com>
This commit is contained in:
Max Falk
2021-06-06 22:41:17 +02:00
committed by Fredrik Adelöw
parent f3a3134f7e
commit 21e8ebef5d
+9
View File
@@ -0,0 +1,9 @@
---
'@backstage/cli': patch
---
Fix error message formatting in the packaging process.
error.errors can be undefined which will lead to a TypeError, swallowing the actual error message in the process.
For instance, if you break your tsconfig.json with invalid syntax, backstage-cli will not be able to build anything and it will be very hard to find out why because the underlying error message is hidden behind a TypeError.