Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.4.8
-
None
Description
A traversal like:
const script = new Translator('g').translate(g.V().filter(__.outE('created')).getBytecode());
ends up producing:
g.V().filter([["outE","created"]])
Attachments
Issue Links
- relates to
-
TINKERPOP-2432 Generate correct toString() representation of bytecode in Javascript
- Closed