Skip to content

Commit fc727d4

Browse files
tklein1801chgeo
andauthored
docs: Add missing , (#1936)
Will remove the syntax error when copying the code --------- Co-authored-by: Christian Georgi <[email protected]>
1 parent 282c886 commit fc727d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node.js/cds-log.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ You can specify winston custom options to that method [as documented for `winsto
245245
246246
```js
247247
cds.log.Logger = cds.log.winstonLogger({
248-
format: winston.format.simple()
248+
format: winston.format.simple(),
249249
transports: [
250250
new winston.transports.Console(),
251251
new winston.transports.File({

0 commit comments

Comments
 (0)