Skip to content

Commit c3a6be2

Browse files
committed
📦 NEW: Log thread id
1 parent 1c2e483 commit c3a6be2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/nodejs/examples/pipes/pipe.run.stream.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ async function main() {
1616
name: 'summary',
1717
});
1818

19+
20+
console.log('Thread ID:', threadId);
21+
console.log('');
22+
1923
// Convert the stream to a stream runner.
2024
const runner = getRunner(stream);
2125

0 commit comments

Comments
 (0)