-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Embedded Shell
-
None
-
Not Needed
-
None
Problem Description
In some situations, the output of some commands breaks syntax highlighting.
Steps to Reproduce
Create an index on a big collection and run
db.currentOp({
'msg' :
,
'command':
,
$or: [
{ 'command.createIndexes':
},
{ 'command.reIndex':
}
]
}).inprog.forEach(function(op)
);
Note that one of the fields contains a Buffer.
Expected Results
Syntax highlighting works well
Actual Results
After the Buffer all the text is white.