Fixed typo and made warning a little clearer

Signed-off-by: Mark Stickley <markstickley@theyakshack.co.uk>
This commit is contained in:
Mark Stickley
2022-01-15 01:05:54 +00:00
committed by Mark Stickley
parent 4df6c3ccb3
commit 02687954ca
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend': patch
---
Fixed a typo and made a little clarification to a warning message
@@ -62,7 +62,7 @@ export class ProcessorOutputCollector {
private receive(i: CatalogProcessorResult) {
if (this.done) {
this.logger.warn(
`Item if type ${i.type} was emitted after processing had completed at ${
`Item of type "${i.type}" was emitted after processing had completed. Stack trace: ${
new Error().stack
}`,
);