@cadenza.io/service 2.3.15 → 2.3.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -556,10 +556,7 @@ var ServiceRegistry = class _ServiceRegistry {
|
|
|
556
556
|
ctx.joinedContexts.forEach((ctx2) => {
|
|
557
557
|
joinedContext = { ...joinedContext, ...ctx2 };
|
|
558
558
|
});
|
|
559
|
-
console.log(
|
|
560
|
-
"merging contexts of full sync...",
|
|
561
|
-
joinedContext.keys().join(", ")
|
|
562
|
-
);
|
|
559
|
+
console.log("merging contexts of full sync...", joinedContext);
|
|
563
560
|
return joinedContext;
|
|
564
561
|
} catch (e) {
|
|
565
562
|
console.log("Error", e.message, ctx);
|