From 83fae7057581f1749b22a74129a235ef4b8e4b01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Mon, 17 Jan 2022 16:52:12 +0100 Subject: [PATCH] prettier MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- .../src/processing/ProcessorOutputCollector.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/catalog-backend/src/processing/ProcessorOutputCollector.ts b/plugins/catalog-backend/src/processing/ProcessorOutputCollector.ts index e36d19fb7f..4ac356f706 100644 --- a/plugins/catalog-backend/src/processing/ProcessorOutputCollector.ts +++ b/plugins/catalog-backend/src/processing/ProcessorOutputCollector.ts @@ -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 }`, );