electric-sql / electric

Sync little subsets of your Postgres data into local apps and services.
https://electric-sql.com
Apache License 2.0
6.47k stars 156 forks source link

Audit errors in Typescript class #1983

Closed KyleAMathews closed 1 day ago

KyleAMathews commented 6 days ago

The typescript client seems to be swallowing errors at times e.g. those thrown in the while loop — which makes it very difficult to debug at times.

Best practice for errors in js classes are: