@brandboostinggmbh/observable-workflows 0.4.7 → 0.4.8
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 +0 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -314,7 +314,6 @@ async function createStepContext(context) {
|
|
|
314
314
|
const endTime = Date.now();
|
|
315
315
|
const stepStatus$1 = "failed";
|
|
316
316
|
const stepResult$1 = null;
|
|
317
|
-
ctx.console.error(`This is a temporary log to debug errors in the error handler: ${error instanceof Error ? `M: ${error.message} N: ${error.name} s: ${error.stack}` : String(error)}`);
|
|
318
317
|
let stepError$1;
|
|
319
318
|
try {
|
|
320
319
|
stepError$1 = context.serializer.serialize(error);
|