mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: working android build
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import { FileSystemAccess } from './file-system-access';
|
||||
import { isIOS } from '../platform';
|
||||
import { profile } from '../profiling';
|
||||
|
||||
// The FileSystemAccess implementation, used through all the APIs.
|
||||
let fileAccess: FileSystemAccess;
|
||||
@@ -319,7 +318,6 @@ export class File extends FileSystemEntity {
|
||||
});
|
||||
}
|
||||
|
||||
@profile
|
||||
public readTextSync(onError?: (error: any) => any, encoding?: string): string {
|
||||
this.checkAccess();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user