Details
-
Bug
-
Resolution: Won't Fix
-
Major - P3
-
None
-
None
-
Not Needed
Description
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.