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
I'm reproducing a bug that better-sqlite3 crush electron after electron upgrade from 25.2.0 to 26.0.0
Immediately crush with const db = require('better-sqlite3')(':memory:', { verbose: console.log });
But I can't find the "better-sqlite3": "^8.5.1" I need in the Modules list, and there is no way to modify it.
I also try save/load/direct-modify a fiddle:
It works
Fiddle Version 0.34.0 (25.4.0)
The text was updated successfully, but these errors were encountered:
Thanks for the report. This is unfortunately an upstream issue where the search index is at times not being updated (for extended periods of time). We should look into a UI change to balance providing results from the search index with the ability to manually override it in situations like this.
I'm reproducing a bug that better-sqlite3 crush electron after electron upgrade from 25.2.0 to 26.0.0
Immediately crush with
const db = require('better-sqlite3')(':memory:', { verbose: console.log });
But I can't find the
"better-sqlite3": "^8.5.1"
I need in the Modules list, and there is no way to modify it.I also try save/load/direct-modify a fiddle:
It works
Fiddle Version 0.34.0 (25.4.0)
The text was updated successfully, but these errors were encountered: