You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by GitBox <gi...@apache.org> on 2019/02/05 20:36:31 UTC

[GitHub] thefliik opened a new pull request #1056: fix: Path#toString() variable reference bug

thefliik opened a new pull request #1056: fix: Path#toString() variable reference bug
URL: https://github.com/apache/tinkerpop/pull/1056
 
 
   I'm going through the process of creating typescript definitions for the javascript library, and I noticed a bug in Path#toString(). It incorrectly attempts to call a non-existant local `objects` variable instead of calling the class property `this.objects`.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services