better logs filename
This commit is contained in:
parent
1f91fa9a94
commit
59928432df
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ export class SettingsViewModel extends ViewModel {
|
|||
|
||||
async exportLogs() {
|
||||
const logExport = await this.logger.export();
|
||||
this.platform.saveFileAs(logExport.asBlob(), "logs.json");
|
||||
this.platform.saveFileAs(logExport.asBlob(), `hydrogen-logs-${this.platform.clock.now()}.json`);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue