@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.mjs
CHANGED
|
@@ -508,10 +508,7 @@ var ServiceRegistry = class _ServiceRegistry {
|
|
|
508
508
|
ctx.joinedContexts.forEach((ctx2) => {
|
|
509
509
|
joinedContext = { ...joinedContext, ...ctx2 };
|
|
510
510
|
});
|
|
511
|
-
console.log(
|
|
512
|
-
"merging contexts of full sync...",
|
|
513
|
-
joinedContext.keys().join(", ")
|
|
514
|
-
);
|
|
511
|
+
console.log("merging contexts of full sync...", joinedContext);
|
|
515
512
|
return joinedContext;
|
|
516
513
|
} catch (e) {
|
|
517
514
|
console.log("Error", e.message, ctx);
|