sqlitecloud / sdk

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

When user returns a function definition, the whole dashboard crashes #20

Open linear[bot] opened 1 month ago

linear[bot] commented 1 month ago

When user returns function definition in edge function, UI crashes

TizianoT commented 1 month ago

Repro code:

const add = (a, b) => a + b;
return add

Expected to return status 500 and error obj