mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 02:54:11 +08:00
fix: file access cross platform stub
This commit is contained in:
@ -474,3 +474,6 @@ export class FileSystemAccess {
|
|||||||
return iOSNativeHelper.joinPaths(...paths);
|
return iOSNativeHelper.joinPaths(...paths);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// stub to avoid cross platform warning
|
||||||
|
export class FileSystemAccess29 extends FileSystemAccess {}
|
||||||
|
Reference in New Issue
Block a user