mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
web: fix concurrent opfs reads throwing errors
This commit is contained in:
@@ -90,7 +90,6 @@ class OriginPrivateFileStore implements IFileStorage {
|
||||
);
|
||||
} catch (e) {
|
||||
console.error("Failed to read chunk", e);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user