fix: handle bad access when accessing paths (#2375)
This commit is contained in:
@@ -247,7 +247,7 @@ export class RemoteBridge implements CrossProcessBridge {
|
||||
return this.fileBackups.migrateLegacyFileBackupsToNewStructure(newPath)
|
||||
}
|
||||
|
||||
getUserDocumentsDirectory(): Promise<string> {
|
||||
getUserDocumentsDirectory(): Promise<string | undefined> {
|
||||
return this.fileBackups.getUserDocumentsDirectory()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user