Merge pull request #8947 from markstickley/patch-1
Fixed typo and made warning a little clearer
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend': patch
|
||||
---
|
||||
|
||||
Fixed a typo and made a little clarification to a warning message
|
||||
@@ -62,7 +62,9 @@ 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
|
||||
}`,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user