google / ground-platform

Ground hosted components: Web console, Cloud Functions, db config
http://groundplatform.org
Apache License 2.0
203 stars 83 forks source link

Cloud Function stream handlers swallow exceptions #1836

Open gino-m opened 2 months ago

gino-m commented 2 months ago

busboy.on and likely other stream methods do propagate thrown errors, so we should handle this in situ on each callback.