Skip to content

Commit 355cd27

Browse files
set the releaser to null for good measure
1 parent 6d9b2cd commit 355cd27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/examples/OPFSCoopSyncVFS.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,7 @@ export class OPFSCoopSyncVFS extends FacadeVFS {
540540
});
541541
// Release the lock, if we failed here, we'd need to obtain the lock later in order to retry
542542
file.persistentFile.handleLockReleaser();
543+
file.persistentFile.handleLockReleaser = null;
543544
throw e;
544545
} finally {
545546
file.persistentFile.isRequestInProgress = false;

0 commit comments

Comments
 (0)