Skip to content

Commit f33dc9b

Browse files
committed
update for tests
1 parent 0781744 commit f33dc9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/ws-worker/src/events/step-complete.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export default async function onStepComplete(
8383
Object.assign(evt, reason);
8484

8585
const { output_dataclip, ...eventWithoutDataclip } = evt;
86-
context.logger.debug(
86+
context.logger?.debug(
8787
`${context.id} step-complete payload: ${JSON.stringify(
8888
eventWithoutDataclip
8989
)}`

0 commit comments

Comments
 (0)