Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2022-01-17 16:52:12 +01:00
parent 02687954ca
commit 83fae70575
@@ -62,7 +62,9 @@ export class ProcessorOutputCollector {
private receive(i: CatalogProcessorResult) {
if (this.done) {
this.logger.warn(
`Item of type "${i.type}" was emitted after processing had completed. Stack trace: ${
`Item of type "${
i.type
}" was emitted after processing had completed. Stack trace: ${
new Error().stack
}`,
);