GoogleCloudPlatform / node-red-contrib-google-cloud

Node-RED nodes for Google Cloud Platform
Apache License 2.0
90 stars 57 forks source link

Concat error with gcs read #24

Closed kolban-google closed 5 years ago

kolban-google commented 5 years ago

The GCS read node was failing to read data throwing an error with a function called concat. Somehow it was felt that we had a function called concat on a buffer object instance but that is plain wrong. The concat method exists of Buffer class.

kolban-google commented 5 years ago

Reviewing the code it is not clear to me how it ever worked without failing. This troubles me greatly as it obviously did work. A code change has been made and committed.