We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 328a9ea commit d6c3379Copy full SHA for d6c3379
1 file changed
client.js
@@ -205,9 +205,6 @@ const processFile = async (asset) => {
205
if (!existsSync(CACHE_PATH)) {
206
await fs.mkdir(CACHE_PATH, { recursive: true });
207
}
208
- if (!existsSync(CACHE_PATH+'/images')) {
209
- await fs.mkdir(CACHE_PATH+'/images', { recursive: true });
210
- }
211
const assets = new Set(INDEX_SCRIPTS);
212
let promises = [];
213
let index = 0;
0 commit comments