mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-08 14:02:16 +03:00
Minor cleanups in the opfs-sahpool VFS.
FossilOrigin-Name: 279e09070918dab7b60c39179ebb7eb931ca6bd4e589b414f436740499a2f910
This commit is contained in:
@@ -107,10 +107,8 @@
|
||||
const S = globalThis.S = sqlite3;
|
||||
log("Loaded speedtest1 module. Setting up...");
|
||||
if(S.installOpfsSAHPoolVfs){
|
||||
await S.installOpfsSAHPoolVfs().then(()=>{
|
||||
log("Loaded SAHPool.");
|
||||
}).catch(e=>{
|
||||
logErr("Error setting up SAHPool:",e.message);
|
||||
await S.installOpfsSAHPoolVfs().catch(e=>{
|
||||
logErr("Error setting up opfs-sahpool:",e.message);
|
||||
});
|
||||
}
|
||||
App.vfsUnlink = function(pDb, fname){
|
||||
|
Reference in New Issue
Block a user