This commit is contained in:
@@ -92,7 +92,7 @@ export class LocalFilesystem extends Filesystem {
|
||||
isFile: stat.isFile(),
|
||||
}
|
||||
} catch (e) {
|
||||
if ( e?.code === 'ENOENT' ) {
|
||||
if ( (e as any)?.code === 'ENOENT' ) {
|
||||
return {
|
||||
path: new UniversalPath(args.storePath, this),
|
||||
exists: false,
|
||||
|
||||
Reference in New Issue
Block a user