libsql / hrana-client-ts

Hrana client for TypeScript and JavaScript
https://libsql.org/hrana-client-ts/
MIT License
22 stars 7 forks source link

Remove confusing 404 error message #13

Closed alcpereira closed 3 months ago

alcpereira commented 6 months ago

In order to fix Issue #189 in libsql-client-ts, this additional error message should be removed.

Before:

LibsqlError: SERVER_ERROR: Server returned HTTP status 404. It seems that the libsql server is outdated, please try updating the database.

After:

LibsqlError: SERVER_ERROR: Server returned HTTP status 404

Let me know if you want me to also bump hrana-client once this is merged & publish.