Details
-
Task
-
Resolution: Fixed
-
Major - P3
-
None
-
None
Description
The example given here has a syntax error. It doesn't work when I copy paste it into my shell:
let cur = db.names.aggregate( [
|
$changeStream: {
|
showExpandedEvents: true |
}
|
] )
|
uncaught exception: SyntaxError: missing ] after element list :
|