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