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
fix: re-throw DbError and guard ndb handle in openRepo (#671)
Re-throw DbError (e.g. DB not found) instead of silently falling back
to better-sqlite3, which would produce a misleading debug message.
Also wrap the ndb setup block in try/catch to close the handle if an
exception occurs after openReadonly, preventing resource leaks.
0 commit comments