Skip to content

Commit 3a8c9c7

Browse files
committed
Add comment on errors
1 parent 02fcfde commit 3a8c9c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/iterable-queue-mapper.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ async function main() {
135135
await jobAdder;
136136

137137
console.log(`QueuedButUnreadFileSizeGB: ${queuedButUnreadFileSizeGB}`);
138+
console.log('Note - It is intended that there are errors in this example');
138139
}
139140

140141
void main();

0 commit comments

Comments
 (0)