bolav/fuse-sqlite

Error handling

Opened this issue · 0 comments

Hi Bolav,

nice work with this plugin. I have a quick question, correct me if i am wrong but there is curently no error forwarding from the plug-in to js?

i tried to use "try" and "catch" blocks in JS but if there is a SELECT error or something else in the statement i m not able to catch it. So is it correct they are currently not forwarded to JS context?

Thx Tom