iAmmarTahir opened a new pull request, #1952: URL: https://github.com/apache/tinkerpop/pull/1952
While using Gremlin-javascript in production, I faced an undefined error in `lib/utils.js`. Further investigation revealed that the fields were not correctly checked for nulls. This PR aims to add proper null checks to avoid undefined errors on runtime. The error screenshot: <img width="446" alt="Screenshot 2023-01-30 at 4 24 22 PM" src="https://user-images.githubusercontent.com/41549829/215464175-79faf65f-7917-4f90-baf5-bb4270fd9caf.png"> Gremlin version: v3.6.2 Node version: v14.17.4 NPM version: 7.19.1 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
