Skip to content

Commit 06e0b25

Browse files
committed
👌 IMPROVE: example
1 parent 70f21fe commit 06e0b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/nodejs/workflows/workflows.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ async function main() {
8282
console.error('❌ Workflow error:', error);
8383
} finally {
8484
// End the workflow to send trace
85-
workflow.end();
85+
await workflow.end();
8686
}
8787
}
8888

0 commit comments

Comments
 (0)