fix: handle bad access when accessing paths (#2375)
This commit is contained in:
@@ -49,7 +49,7 @@ interface PlaintextBackupsMethods {
|
||||
interface TextBackupsMethods {
|
||||
getTextBackupsCount(location: string): Promise<number>
|
||||
saveTextBackupData(location: string, data: string): Promise<void>
|
||||
getUserDocumentsDirectory(): Promise<string>
|
||||
getUserDocumentsDirectory(): Promise<string | undefined>
|
||||
}
|
||||
|
||||
interface LegacyBackupsMethods {
|
||||
|
||||
Reference in New Issue
Block a user