Details
-
Task
-
Resolution: Unresolved
-
Minor - P4
-
None
-
None
-
None
-
None
Description
The commented stage in text view looks something like this:
// {
|
// $project: {
|
// _id: 1,
|
// name: 1,
|
// bathrooms: 1,
|
// }
|
// } |
When the user uncomments it, it will be helpful to avoid syntax error by adding trailing comma.