mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Add integration test for localeOverride
This commit is contained in:
@@ -260,6 +260,15 @@ export class Bootstrap {
|
||||
return path.join(this.storagePath, 'logs');
|
||||
}
|
||||
|
||||
public get ephemeralConfigPath(): string {
|
||||
assert(
|
||||
this.storagePath !== undefined,
|
||||
'Bootstrap has to be initialized first, see: bootstrap.init()'
|
||||
);
|
||||
|
||||
return path.join(this.storagePath, 'ephemeral.json');
|
||||
}
|
||||
|
||||
public getBackupPath(fileName: string): string {
|
||||
assert(
|
||||
this.backupPath !== undefined,
|
||||
|
||||
Reference in New Issue
Block a user