You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
options.logger?.info('Lock file exist. This usually means that iterator was not cached fully. Cache folder will be deleted and recreated with new iterator')
68
-
rmdirSync(options.cacheFolder,{recursive: true})
68
+
rmdirSync(options.cacheFolder)
69
69
}
70
70
if(!existsSync(metaFile)){
71
71
options.logger?.info('Meta file does not exists. Deleting cache folder...')
0 commit comments