Merge pull request #8226 from backstage/blam/relax-log-lines

Fixing superfluous log lines by changing the check to see if it's a template string for Scaffolder v3 templates
This commit is contained in:
Ben Lambert
2021-11-24 16:34:39 +01:00
committed by GitHub
3 changed files with 32 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-backend': patch
---
Fix bug where there was error log lines written when failing to `JSON.parse` things that were not `JSON` values.