libsql / hrana-client-ts

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

Remove confusing 404 error message #13

Closed alcpereira closed 5 months ago

alcpereira commented 7 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.