You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using sqlite3 in my electron will cause ThrowAsJavaScriptException napi_throw error message
I added a piece of data in main.js. After the execution is completed, the following error will occur, and it will be automatically re-rendered, causing the page to crash, but the data is still written to the database.
Issue Summary
Using sqlite3 in my electron will cause ThrowAsJavaScriptException napi_throw error message
I added a piece of data in main.js. After the execution is completed, the following error will occur, and it will be automatically re-rendered, causing the page to crash, but the data is still written to the database.
Steps to Reproduce
Version
v5.1.6
Node.js Version
v16.17.1
How did you install the library?
npm
The text was updated successfully, but these errors were encountered: