sqlitecloud / sdk

Official SDK repository for SQLite Cloud databases and nodes.
https://sqlitecloud.io
29 stars 2 forks source link

No response returned when user throws error #21

Closed linear[bot] closed 1 month ago

linear[bot] commented 1 month ago

Reproduce: throw an error

TizianoT commented 1 month ago

I have tested this code throw new Error('Division by zero is not allowed.'); and it works.
Can you provide the code that caused the issue?

image.png