Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.5.1
-
None
Description
For something like g.V([1,2,3]) we get:
TypeError: bytecodeOrTraversal.getBytecode is not a function at Translator.translate (lib/process/translator.js:51:100) at Translator.translate (lib/process/translator.js:83:33) at Context.<anonymous> (test/unit/translator-test.js:111:42)
This PR has the start of the fix with more context in the comments: