jbmusso / gremlin-javascript

JavaScript tools for graph processing in Node.js and the browser inspired by the Apache TinkerPop API
MIT License
214 stars 62 forks source link

Handle null rawMessage #25

Closed adurrive closed 8 years ago

adurrive commented 8 years ago

Great work on 2.0.1. However, this line fails when baseMessage is null.

adurrive commented 8 years ago

Nevermind, I was sending a null message in execute (now it would need to be an empty object).