@zenfs/core
Advanced tools
Comparing version 0.15.1 to 0.15.2
@@ -49,2 +49,5 @@ import { Errno, ErrnoError } from '../error.js'; | ||
await super.ready(); | ||
if (this._disableSync) { | ||
return; | ||
} | ||
/** | ||
@@ -51,0 +54,0 @@ * Iterate over all of the files and cache their contents |
{ | ||
"name": "@zenfs/core", | ||
"version": "0.15.1", | ||
"version": "0.15.2", | ||
"description": "A filesystem, anywhere", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -83,2 +83,7 @@ import { Errno, ErrnoError } from '../error.js'; | ||
await super.ready(); | ||
if (this._disableSync) { | ||
return; | ||
} | ||
/** | ||
@@ -85,0 +90,0 @@ * Iterate over all of the files and cache their contents |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1894327
21204