Skip to content

Commit

Permalink
docs: Update stand-alone scripts example code (#2655)
Browse files Browse the repository at this point in the history
added closing ) to Logger.info
  • Loading branch information
gspoon666 authored Jan 30, 2024
1 parent 9289a1c commit 6163ba2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ async function getProductCount() {
`There are ${totalItems} products`,
'------------------------------',
].join('\n'),
)
}
```

Expand Down

0 comments on commit 6163ba2

Please sign in to comment.